Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #382411

    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.

    #382723

    Hi indurango!

    Try adding this to your custom CSS.

    .avia-slideshow, .avia-slideshow img {
      height: auto !important;
      width: auto !important;
    }

    Cheers!
    Elliott

    #383119
    This reply has been marked as private.
    #383390

    Hey!

    Send us a WordPress login so we can view your link.

    Best regards,
    Elliott

    #383650
    This reply has been marked as private.
    #384054

    Hey!

    For the gallery shortcode do this.

    .avia-gallery img {
      height: auto !important;
    }

    Cheers!
    Elliott

    #384250
    This reply has been marked as private.
    #384667

    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

    #384705
    This reply has been marked as private.
    #384993
    This reply has been marked as private.
    #385376

    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

    #385631
    This reply has been marked as private.
    #386062

    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.

    #386080

    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

    #386104

    Thanks Ismael. Now its working..
    Thank you a lot.

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Easy Slider – images not displayed in original sizes’ is closed to new replies.