Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1097153

    Using Easy Slider the images permanently are streched to a height of 587 although using the setting “No scaling (original width&height)” I tried
    ul.avia-slideshow-inner {
    height: auto !important;
    }
    in Quick CSS but without success. In Full Slider it works. What can I do?
    Best regards Annett

    #1097406

    Hi Annett,

    Could you post a link to where we can see the results you are getting please?

    Best regards,
    Rikard

    #1097431

    Sorry the message appears only adding a product to the basket. Here a screen cutout:
    cutout message
    I mean the light green background and the “button warenkorb anzeigen”
    Best regards
    Annett

    #1097436

    Oh, sorry I confused this problem with an other posted problem. Here the link:

    Best regards Annett

    #1097579

    Hi Annett,

    I gave you the answer in your other thread already :-)

    Best regards,
    Rikard

    #1097609

    Dear Rikard,
    sorry but the original problem was here the Easy Slider Image Size:

    »Using Easy Slider the images permanently are streched to a height of 587 although using the setting “No scaling (original width&height)”
    I tried:
    ul.avia-slideshow-inner {
    height: auto !important;
    }
    in Quick CSS but without success. In Full Slider it works. What can I do?«

    If I change the size of grid column – then it looks better but it is not the solution.
    Best regards
    Annett

    #1097927

    Hi Annett,

    Sorry about that, so you are looking for the slider to always adapt to the size of the current image?

    Best regards,
    Rikard

    #1097973

    Hallo Rikard,
    its less complicated. All images of my slider have the same size 533×400. I choosed “No scaling (original…)” for the slideshow image size but the images are always scaled up. I tested other settings for the slide show image size – but the result is always the same. Here an example:

    Best regards
    Annett

    #1098071

    Hi Annett,

    The default setting in the slider is for the images to span 100% of the container, that is likely why that is happening. You can try to control the width of the images using this CSS though:

    .avia-slideshow li img {
        width: 500px;
    }

    Best regards,
    Rikard

    #1098097

    Hi Rikard,
    unfortunatly I have different sliders in my website. Than all get the same width ;((
    Best regards Annett

    #1098301

    Hi Annett,

    You can target different pages using the page id class, for your test page for instance it would look like this:

    .page-id-108 .avia-slideshow li img {
        width: 500px;
    }

    You can find the page id class in the body tag of the page, or in the URL when editing the page in question.

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.