AcidJs.XImg is a HTML5 Web Component, wrapped as a custom extended image tag supporting out-of-the-box lazy loading, native getters, setters and JavaScript methods. And what is is most important, using it is as simple as: [sourcecode language=”html”] <acidjs-ximg width="310" height="233" src="images/image-01.jpg"> </acidjs-ximg> <acidjs-ximg width="310" height="233" placeholder="path/to/custom/placeholder.png", src="images/image-01.jpg"> </acidjs-ximg> … Continue reading “X-IMG: HTML5 Web Component for Image Lazy Loading and More”