Lazy loading in development may be problematic

Hi @Norm, I’m working on a custom bric and I’d like to use the data-src attribute from the images. It looks like it holds a copy of the image url. I want to get that url using .data(); method but lazyload gets in the way. Instead of getting the url that Blocs places there, I get…

data-src =“img/lazyload-ph.png”

Is there a way to turn off lazy load for development? I’m also open to other ways of getting that src url.

It can be switched off in export settings.