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:
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