Responsive images made easy

Improve your load times and obtain amazing light house scores
Get Started

Optimize an image

Drag and drop or


Choose image sizes


Choose image formats

Download optimized Images

Code snippet


<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