-
AuthorPosts
-
May 4, 2019 at 11:32 am #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 AnnettMay 5, 2019 at 12:50 pm #1097406Hi Annett,
Could you post a link to where we can see the results you are getting please?
Best regards,
RikardMay 5, 2019 at 1:50 pm #1097431Sorry the message appears only adding a product to the basket. Here a screen cutout:
I mean the light green background and the “button warenkorb anzeigen”
Best regards
AnnettMay 5, 2019 at 2:01 pm #1097436Oh, sorry I confused this problem with an other posted problem. Here the link:
Best regards Annett
May 6, 2019 at 5:37 am #1097579Hi Annett,
I gave you the answer in your other thread already :-)
Best regards,
RikardMay 6, 2019 at 9:09 am #1097609Dear 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
AnnettMay 7, 2019 at 5:15 am #1097927Hi Annett,
Sorry about that, so you are looking for the slider to always adapt to the size of the current image?
Best regards,
RikardMay 7, 2019 at 7:49 am #1097973Hallo 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
AnnettMay 7, 2019 at 1:47 pm #1098071Hi 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,
RikardMay 7, 2019 at 3:25 pm #1098097Hi Rikard,
unfortunatly I have different sliders in my website. Than all get the same width ;((
Best regards AnnettMay 8, 2019 at 6:14 am #1098301Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.