Tagged: CSS, easy slider
The “Easy Slider” is scaling images to full screen even though “No Scaling” is selected.
Here are screenshots that explain:
-Easy Slider options showing “No Scaling” selected (Screenshot #1)
-Images showing as full screen on website (Screenshot #2)
-Actual image size (Image)
Thank you.
Hey!
Try adding this code to the Quick CSS:
#top .avia-slideshow[data-size='no scaling'] {
max-width: 725px;
margin: 0 auto !important;
}
Cheers!
Josue
Perfect. Thank you!