Mam problem z background-attachment w css. W swoim projekcie wykorzystuję Bootstrapa 3.
Mam taki kod:
background-image: url('assets/images/ob5.png'); background-repeat: no-repeat; height: 100%; width: 100%; background-size: cover; background-attachment: fixed; background-position: center center;
Podgląd: http://serwer1356363.home.pl/pub/back/
(obrazek po lewej).
Chciałbym uzyskać coś takiego jak na screenie: http://serwer1356363.home.pl/pub/back/screen.jpeg
Czyli obrazem w pełnej szerokości.
Background-attachment effect: fixed - ten efekt chciałbym zachować.
W jaki sposób mogę to naprawić?