Hi,
When I add a class to the builder Image element in the Custom tab, the class is applied to the wrapping <span>
of the <img>
HTML element not to the <img>
element itself. Is there any solution for this? One possibility might be a function that when a certain class is added in the custom tab, for example the class “dont-lazyload” then it is applied to the <img>
element instead of being applied to the parent <span>
.
Thanks!
Regards
Diego