Feature Sugestion

Posted in: Newspaper
Post count: 35

Hello,

When the site is loaded in a mobile, the image background is also loaded but it is not showed. It consumes memory, bandwich and increase the loading time.

It would be nice if we can disable the background images for small screens.

Thank you and great work!

Post count: 3343

Hello,
Please can you give me you liste url to see about what background do you ask. You can try with display:none from CSS to hide it on mobile using the style in this:

/* responsive phone */
@media (max-width: 767px) {
    
}

Thanks

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