End of Support for Joomla 3 - Forum closed
Hintergrundbild Mobile Version
- andivord7777
- Offline Topic Author
- Fresh Boarder
- Posts: 9
- Thank you received: 1
Hallo!
Ich habe ein Problem mit den Hintergundbildern auf mobilen Endgeräten.
Die Hintergundbilder werden leider nicht zur Gänze angezeigt. Nur ein sehr pixeliger Ausschnitt.
Website: platzhirsch-thalgau.at
Vielleicht kann mit jemand diesbezüglich helfen.
Danke!
Ich habe ein Problem mit den Hintergundbildern auf mobilen Endgeräten.
Die Hintergundbilder werden leider nicht zur Gänze angezeigt. Nur ein sehr pixeliger Ausschnitt.
Website: platzhirsch-thalgau.at
Vielleicht kann mit jemand diesbezüglich helfen.
Danke!
by andivord7777
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8805
- Thank you received: 1732
Hallo,
fügen sie mal bitte folgenden css code in ihre css/custom.css ein
fügen sie mal bitte folgenden css code in ihre css/custom.css ein
www.joomlaplates.com/support/documentation/custom-css-in-joomla@media screen and (max-width: 768px) {
#top-a, #top-b, #top-c, #top-d, #bottom-a, #bottom-b, #bottom-c, #bottom-d {background-attachment:scroll !important}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- andivord7777
- Offline Topic Author
- Fresh Boarder
- Posts: 9
- Thank you received: 1
Hallo!
Hat funktioniert.
Vielen Dank!!
Hat funktioniert.
Vielen Dank!!
by andivord7777
Please Log in or Create an account to join the conversation.
- andivord7777
- Offline Topic Author
- Fresh Boarder
- Posts: 9
- Thank you received: 1
Hallo!
Leider habe ich das Problem auch auf dem iPad. Das Hintergundbild wird nicht komplett angezeigt..
Auf dem iPhone in der mobilen Version habe ich keine Probleme.
Vielen Dank für Ihre Hilfe.
mfg
Leider habe ich das Problem auch auf dem iPad. Das Hintergundbild wird nicht komplett angezeigt..
Auf dem iPhone in der mobilen Version habe ich keine Probleme.
Vielen Dank für Ihre Hilfe.
mfg
by andivord7777
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8805
- Thank you received: 1732
Hallo,
es kommt auf die Größe bzw die Auflösung des Ipads an.
Ändern sie mal die Größe auf 1024
es kommt auf die Größe bzw die Auflösung des Ipads an.
Ändern sie mal die Größe auf 1024
@media screen and (max-width: 1024px) {
#top-a, #top-b, #top-c, #top-d, #bottom-a, #bottom-b, #bottom-c, #bottom-d {background-attachment:scroll !important}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- andivord7777
- Offline Topic Author
- Fresh Boarder
- Posts: 9
- Thank you received: 1
Hallo!
Leider hat das mein Problem nicht gelöst. Auf dem iPad (Model Air 2) habe ich die beiden Bilder immer noch nur zum Teil.
lg
Leider hat das mein Problem nicht gelöst. Auf dem iPad (Model Air 2) habe ich die beiden Bilder immer noch nur zum Teil.
lg
by andivord7777
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates