Hello support,
I created http://www.ellenvesters.com, a portfolio website.
It actually is the gallery in a portfolio part of the site that seems to cause a problem.
If you would be so kind to go to http://www.ellenvesters.com/portfolio-item/pietje-bell/, and click on the second to fourth image in the gallery, you can see the images get stretched. Height and width don’t seem to interact.
I can’t seem to figure out what is causing this problem.
Any suggestions?
Thanks!
Best wishes
Hey!
Try adding this code to the Quick CSS:
#top div .avia-gallery .avia-gallery-big, #top div .avia-gallery .avia-gallery-big img {
height: auto !important;
}
Cheers!
Josue