Drag and drop or
<div class="opt-img">
<img src="<IMAGE_PLACEHOLDER>" decoding="async" />
<picture>
<img style="opacity: 1;" sizes="100vw" decoding="async" loading="lazy"
onLoad="onOptImgLoad(event)"
alt="No description , Sorry !"
src="/static/%3CIMAGE_NAME%3E/500.jpeg"
width="0"
height="0"
srcset=""/>
</picture>
</div>
Open source on Github