Hallo,
ich habe auf der Startseite einen Vollbild-Slider.
Da wir dort ein Foto haben auf welchem Text zu sehen ist, sollte Bildschirmbreite = 100% Fotobreite sein.
Leider scheint das nicht einstellbar zu sein.
Ich habe daraufhin mit dem Quick CSS Feld experiementiert wie folgt.
@media screen
and (min-width: 1200px)
and (max-width: 1600px) {
.avia-slideshow.image_no_stretch li img {
width: 100%;
height: 658px;
}}
Zum Testen habe ich auch mal das hier eingetragen:
.avia-slideshow.image_no_stretch li img {
width: 500px;
}
Leider verändert sich absolut nichts.
Es wirkt, als würde das Quick CSS Feld ignoriert werden.
Gibt es hier einen Lösungsansatz, weshalb das so sein könnte?
first : i do not see your custom class in the dom: image_no_stretch
second: maybe this is not the Element for you to use. It is the avia-fullscreen-slider
it is just the feature that the full-screen slider has the full height.
next: the fullscreen slider has no images as slides – the image is set as background-image to the li !
( so no img tag to select )
maybe better to use instead the fullwidth easy slider !
Hi,
As @guenni007 pointed out; the class you are using is not on the page you linked. Please let us know if you should need any further help on the topic.
Best regards,
Rikard
And main point is – no img tag is used – images are background-images.