Hi,
I have a Portfolio Item and inside I use Easy Slider with “slider image size” set to “No Scaling Use original size of the images”
But when when I look at the previe of the slider it does not use the images in their original sizes.
Hi indurango!
Try adding this to your custom CSS.
.avia-slideshow, .avia-slideshow img {
height: auto !important;
width: auto !important;
}
Cheers!
Elliott
Hey!
Send us a WordPress login so we can view your link.
Best regards,
Elliott
Hey!
For the gallery shortcode do this.
.avia-gallery img {
height: auto !important;
}
Cheers!
Elliott
Hey!
It seems to be working on my end. Try clearing your browser cache and view in a different web browser. If that’s now what you were wanting then take a screenshot and highlight what is going on so we can get a better idea.
Cheers!
Elliott
Hey!
Try to use this on Quick CSS to modify the size of the gallery preview image:
#top div .avia-gallery .avia-gallery-big-no-crop-thumb img {
width: auto !important;
}
Cheers!
Ismael
Can I get a clear solution about the problem please? I have been waiting for a week to solve this and thus I can’t continue building up the website.
Hi!
Where did you add the code? This is how it should look like after you added the fix:
Try to replace the code with this:
#top div .avia-gallery img {
width: auto !important;
}
Cheers!
Ismael
Thanks Ismael. Now its working..
Thank you a lot.