MyBB Community Forums

Full Version: How to remove lazy load from img bbcode?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i am not sure if this loading="lazy" making the image load slow. sometimes it taking 5~6 sec to load. is there anyway we can remove this loading="lazy". i want to test if i still getting same result or not.
<img src="https://rDKS73tE_o.jpg" loading="lazy" alt="[Image: rDKS73tE_o.jpg]" class="mycode_img">
The issue you describe has nothing to do with it. But you can try by editing the mycode_img template.
thank you, removing loading="lazy" actually helped to solve the issue.
Interesting, it would be nice to get some insight into this. I found nothing on the matter.