Moin !
Mein Hintergrundbild wird abgeschnitten sobald ich eine Seite aufrufe die weniger Inhalt hat als zum scrollen notwenig wäre.
Hier meine CSS:
PHP
html { font-size:62.5%;
-webkit-font-smoothing:antialiased;
min-height:100%;
height: auto;
}
body {
word-wrap:break-word;
-ms-word-wrap:break-word;
font-size:16px;
font-size:1.6rem;
min-height:100%;
line-height:1.8;
font-family: "Open Sans";
height: auto;
}
body {
background: url(/sbarv2/wp-content/themes/sbarv2/img/bg/<?php echo $selectedBg; ?>) no-repeat bottom center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}
Alles anzeigen
Hier die Ausgabe:
Normal sollte es so sein:
Hat jemand eine Idee an was das liegt bzw wie ich es umgehen kann sodass das Hintergrundbild immer 100% Höhe hat, egal welcher Content ?
Danke und Grüße