Hi,
I am trying to get images to maintain their aspect ratio in the Gallery element without success. You can see the issue here (http://dogsoncamera.com/our-dogs/beagle-jeremy/) on the third image. I’ve tried all permutations of settings with no success. Any ideas?
Nick
Hi Nick!
Add this to your custom CSS.
.avia-gallery-big-inner img { height: auto !important; }
Cheers!
Elliott
Perfect thanks. I suspected that a CSS tweak was required but wasn’t sure if it was just me not selecting the correct options.