Galleria Lightbox2 .lightbox-gallery img { width: 300px; margin: 5px; cursor: pointer; border-radius: 4px; transition: transform 0.2s ease; } .lightbox-gallery img:hover { transform: scale(1.05); }