Steps to reproduce : add the Logo element, use a svg as logo and then try to add any attributes for it.
On the front-end the attribute won’t be there, is it a bug?
Hi Adrien,
Thanks so much for your report!
The attribute gets added to the outermost tag, which is the <a>
.
Unfortunately, that part is cut off in your screenshot
Bricks 1.8 beta 2 screenshot:
Best regards,
timmse
Hi timmse,
I see, I wanted to add the data-no-lazy=“1” to my logo image just to make sure Litespeed is not lazy loading my header logo, but I guess having the loading=“eager” should be respected from Litespeed.
Thanks.