Theme should't load desktop background on mobile.

Posted in: Newsmag
Post count: 93

Hello, i have a suggestion.
You shouldn’t load background wallpaper on all devices, those images are often 1920 px wide, big in size and not visible on mobile devices any way.
Instead the theme should use a conditional media CSS to load it only when the screen is big enough to actually see it, doing this the image itself won’t even be loaded on a mobile device.


@media only screen and (max-width: 1000px) {
body {
background-image:url("/background.jpg");
background-repeat:no-repeat;
background-attachment:fixed
}
}

Thank you.

Post count: 23312

Hello CreepyRavioli,

Please provide your website URL so I can test it and also, so I will be able to provide a more accurate response. Provide some screens with the error.

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.