Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #482412

    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

    #482754

    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

    #482766

    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

    #483134

    Hi,

    I think you forgot to paste the link? Private Data area is empty…

    Cheers!
    Rikard

    #483282

    Hmmm. Oh, dear I appear to have fat fingered it.
    Here’s the missing link:

    kindest regards,

    PPCHound

    #483673

    Hi!

    You can use this in the Quick CSS field:

    .avia-slideshow li img {
        width: auto !important;
        margin: 0 auto !important;
    }
    

    Regards,
    Ismael

    #483796

    Many thanks for your help Ismael.

    kindest regards,

    PPCHound

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Easy Slider image size’ is closed to new replies.