Hi,
If I create an Easy Slider, within a post, with three images all 318px x 674px each and select ‘No scaling (Original width and Original height)’ I expect the slider to be 318px x 674px when displayed in a desktop browser.. But instead it spans the full width of the content area.
How can I get the slider to never exceed 318px x 674px please?
kind regards,
PPCHound
Hey PPCHound!
You could add it inside a 1/2 column or something similar or add some CSS to the page to give it a max width. Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
Elliott
Hi Elliott,
The slider is displayed on page 5 of the post linked to below.
I would prefer CSS to style it as any easy slider used on this site would also be the same dimensions.
Your help is much appreciated.
kindest regards,
PPCHound
Hi,
I think you forgot to paste the link? Private Data area is empty…
Cheers!
Rikard
Hmmm. Oh, dear I appear to have fat fingered it.
Here’s the missing link:
kindest regards,
PPCHound
Hi!
You can use this in the Quick CSS field:
.avia-slideshow li img {
width: auto !important;
margin: 0 auto !important;
}
Regards,
Ismael
Many thanks for your help Ismael.
kindest regards,
PPCHound