ColorlibHQ / illdy

Illdy is a free one page WordPress business theme with a minimal design
GNU General Public License v3.0
44 stars 38 forks source link

Jumbotron images not show on IOS #10

Closed cristiantanase2016 closed 7 years ago

cristiantanase2016 commented 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) {

header {

background-attachment: initial !important; }

cristiantanase2016 commented 7 years ago

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) {

header {

background-attachment: initial !important; }