Hi
I have an Easy Sliders on my portfolio pages and all my images are sized at 600 pixels in height. When I build the gallery I select ‘No Scaling (Original Width X Original Height)’ but when I view the gallery on my published page it’s blowing up my images that are in portrait orientation. Any images in landscape are coming out perfectly.
Can anyone help with this issue?
Thanks
N
Hi N!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-slideshow-no.scaling li img {
width: auto!important;
}
You have CSS minifying feature enabled on a plugin, please disable it before applying the code
Best regards,
Yigit
Works perfect. Excellent support as usual.
Thanks!