You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LazyLoad is a lightweight, flexible script that speeds up your website by deferring the loading of your below-the-fold images, backgrounds, videos, iframes and scripts to when they will enter the viewport. Written in plain "vanilla" JavaScript, it leverages IntersectionObserver, supports responsive images and enables native lazy loading.
A fast utility, written in Rust using parallel jobs that generates multiple responsive versions of an image at width breakpoints (defaults to 480,640,768,960,1024,1366,1600 and 1920 pixels wide) that match common Mobile and widescreen desktop/laptop viewports and outputs the needed <img/> tag
ImageMagic bash script for deployment automation. Generates @1.5x @2x@3x webp images from given directory of images. Another script simply converts to .webp files and generates thumbs of given height. Works in GitBash on Windows too.