

A justified gallery on the front end. Rows are filled edge to edge and no image is cropped to get there.
Easy Justified Gallery is a responsive photo gallery that lays your images out in tidy, full width rows without cropping them, the way photo sites do it. It does that one thing and nothing else. No upsells, no ads, no dashboard banners, no tracking.
Fast by design
The whole front end is 7.5 KB of JavaScript and CSS, and none of it is jQuery. Rows are worked out from the image dimensions WordPress already stores, so the layout is correct before a single image has downloaded and nothing jumps around as they arrive. Images load lazily, at the size they are actually displayed, using the srcset WordPress generates.
Assets load only on pages that really contain a gallery. A page without one downloads nothing at all, and a gallery that opens images in a new tab never downloads the lightbox.
Features
do_shortcode()Blocks or shortcodes, your choice
Add the “Justified Gallery” block and pick a saved gallery, or choose images right inside the block. Prefer shortcodes? [easyGallery id="123"] renders a specific gallery and plain [easyGallery] still works exactly as it did in 1.x.