Skinny Posted January 22, 2020 Posted January 22, 2020 Hello! I figured I'd put this front and center to save you from days of scouring the net as I did. Enter the code below into the custom css field. This should maximize image size by height which will adjust based on screen size. Please adjust the margins to fit your parameters #project .gallery { max-width: 100%; margin: 50px auto; } #project .gallery .gallery-item>img { max-height: 100vh; width: 100% auto; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.