in custom css /* Apply to homepage image or slideshow image container */ #photo-gallery img, .light-slider img, .fullscreen-image { width: 100vw !important; /* Full viewport width */ height: 100vh !important; /* Full viewport height */ object-fit: cover !important; /* Crop if necessary, maintain aspect */ object-position: center center; /* Center image alignment */ display: block; margin: 0; padding: 0; border: none; } /* Remove scrollbars and spacing around body */ body, html { margin: 0; padding: 0; overflow: hidden; height: 100%; width: 100%; } /* Optional: remove any extra padding from Pixpa containers */ #photo-gallery, .column-2-container-wrapper { padding: 0 !important; margin: 0 !important; }