Tagged: responsive
Hallo Support,
Die Fotos werden leider nicht korrekt angezeigt in dem Portfolio im responsive Modus verkleinert:
siehe: https://callboys-schweiz.ch/callboy/noah/
Was muss ich beachten?
Wo liegt der Fehler?
Hi,
Can you please elaborate on the issue you are having? I checked your website and portfolio images are single column on mobile on both sites on my end.
Best regards,
Yigit
Desktop Mode is fine: DESKTOP MODE IS FINE : http://www.bilder-upload.eu/show.php?file=7380ab-1506180520.png
RESPONSIVE MODE DESKTOP -ISSUE-: RESPONSIVE MODE PC: http://www.bilder-upload.eu/show.php?file=0eb831-1506180599.png
RESPONSIVE MODE HANDY -ISSUE-: RESPONSIVE MODE HANDY: http://www.bilder-upload.eu/show.php?file=055e2f-1506180697.png
Hi,
Thank you for the info.
Please edit the element and make sure that the “Initial Active Image” value does not exceed the number of uploaded images. We set it from 10 to 2. The value should be within the range of 1 to 5 because there are only 5 images. Add this in the Quick CSS field to adjust the layout of the gallery on mobile view.
@media only screen and (max-width: 767px) {
.responsive #top .avia-slideshow-controls a {
display: block;
opacity: 1;
}
.responsive .av-horizontal-gallery-inner {
position: static;
min-height: 100vh;
}
}
Best regards,
Ismael