Hide During Breakpoint and loading time

On our website, we have a section that we hide on mobile views using the Hide During Breakpoint option.
This works fine and is hiding the section on mobile:


Screenshot 2021-06-03 at 12.50.26

But the images from the hidden section is still loading on mobile devices and this gives us a rather bad score when it comes to loading speed on mobile: https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Ffilecamp.com%2F&tab=mobile

Is there any way to make sure that hidden elements are not being loaded?

Thanks in advance

Hello Hansi,

Thanks for writing to us.

Regretfully there is no option to stop the hidden element to load. The breakpoint uses media query style to hide the element in different breakpoints.

Thanks for underatanding

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.