End of Support for Joomla 3 - Forum closed
[SOLVED] FLEXIBLE - Hintergrundgrafik mit contain
Hallo,
ich starte gerade meinen ersten Versuch mit einem jp-Template und stecke fest. Das Hintergrundbild soll mit contain eingebunden und unten rechts ausgerichtet sein, sich nicht wiederholen und immer im richtigen Seitenverhältis dargestellt werden.
Etwa so: img.bg { background-repeat: no-repeat;
background-position: right bottom;
background-size: contain; }
Vom Template ist diese css definiert:
img.bg {
height: auto;
left: 0;
min-height: 100%;
min-width: 1140px;
position: fixed;
top: 0;
width: 100%;
}
Ich schaffe es einfach nicht, diese so zu "neutralisieren", dass das Bild nicht verzerrt wird. Kann mir da jemand helfen. Vielen Dank schon mal.
Viele Grüße
Luzi
ich starte gerade meinen ersten Versuch mit einem jp-Template und stecke fest. Das Hintergrundbild soll mit contain eingebunden und unten rechts ausgerichtet sein, sich nicht wiederholen und immer im richtigen Seitenverhältis dargestellt werden.
Etwa so: img.bg { background-repeat: no-repeat;
background-position: right bottom;
background-size: contain; }
Vom Template ist diese css definiert:
img.bg {
height: auto;
left: 0;
min-height: 100%;
min-width: 1140px;
position: fixed;
top: 0;
width: 100%;
}
Ich schaffe es einfach nicht, diese so zu "neutralisieren", dass das Bild nicht verzerrt wird. Kann mir da jemand helfen. Vielen Dank schon mal.
Viele Grüße
Luzi
Last Edit:9 years 5 months ago
by luzi
Last edit: 9 years 5 months ago by luzi.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic FLEXIBLE - Hintergrundgrafik mit contain
Posted 9 years 5 months ago #8285
hi luzi, live url bitte!
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
hier der Link:
hautnah-cosmetics.de/joomla3/index.php/leistungen
hautnah-cosmetics.de/joomla3/index.php/leistungen
by luzi
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic FLEXIBLE - Hintergrundgrafik mit contain
Posted 9 years 5 months ago #8290
Hallo, probieren sie mal diesen code: Natürlich Bild Pfad anpassen!
css-tricks.com/almanac/properties/b/background-size/
css-tricks.com/almanac/properties/b/background-size/
Aber hierfür müssen sie den Code aus der >> layouts/template.php entfernenhtml {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
}
Attachment bg-image.png not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
Please Log in or Create an account to join the conversation.
Danke für die Lösung. Ich habe zunächst nicht realisiert, dass das Hintergrundbild des Templates ja gar nicht als Hintergrundbild eingebaut ist. Jetzt ist es klar.
Luzi
Luzi
by luzi
Please Log in or Create an account to join the conversation.
Replied by luzi on topic [SOLVED] FLEXIBLE - Hintergrundgrafik mit contain
Posted 9 years 5 months ago #8376
Problem solved.
by luzi
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates