I’m currently working to get my portfolio pages online, but I’m having problems with the gallery feature. Whatever gallery I select, the size is the same (currently I have the No Scaling option selected). Also the big preview image is stretched, which is ruining the image. When you con the image and the lightbox is opened, then the correct image size is displayed. But I want it correctly displayed in the gallery itself (no stretching).
At this moment only the fullscreen easy slider feature seems to work (with the easy slider the same issue), I do not want to use this for my portfolio, as I’m missing the thumbnails. I also don’t want to put it in a 2/3 or 3/4 element. I’ve put a sample gallery online for your reference.
What is the issue here?
Hi kashmyra!
Try adding this to your custom CSS.
.avia-gallery *, .avia_gallery * { width: auto !important; height: auto !important; }
Regards,
Elliott
Hi Elliott,
This has solved the issue! Thank you very much for your support!