Closed cristiantanase2016 closed 7 years ago
Hi,
See here for more reference:
https://colorlib.com/wp/forums/topic/mobile-images/#post-79924
As Giucu said the theme need to be updated with this css code:
@media only screen and (max-width: 768px) {
background-attachment: initial !important; }
An user told us that is better also to add at 1024 since the ipad is making the same issue @media only screen and (max-width: 1024px) {
Hi,
See here for more reference:
https://colorlib.com/wp/forums/topic/mobile-images/#post-79924
As Giucu said the theme need to be updated with this css code:
@media only screen and (max-width: 768px) {
header {
background-attachment: initial !important; }