Hey there,
I’ve got an accordion/toggle element on one of my pages that contains a bunch of pictures. When loading the page it takes very long because of all the pictures, so I thought about only loading those pictures where the toggle element is clicked.
Is there any possibility to achieve this?
Best regards.
Hey ping-pong,
It might be possible but it would be out of scope of theme support unfortunately. The images has to be loaded anyway if the user clicks the tab, I would recommend that you try to make your images as small and optimised as possible in order to load them faster.
Best regards,
Rikard
Hi Rikard,
okay. Then I’ll do it in this way.
Thank you.