Code: Select all
loading="lazy"Code: Select all
<img loading="lazy" src="uploads/images/picture.jpg" alt="text" width="50" height="150" />Code: Select all
loading="lazy"Is there a way to turn that behaviour off, so MicroTiny would keep this?
Code: Select all
loading="lazy"Code: Select all
<img loading="lazy" src="uploads/images/picture.jpg" alt="text" width="50" height="150" />Code: Select all
loading="lazy"Code: Select all
{$content|replace:'<img ':'<img loading="lazy" '}