mkdocs-glightbox
mkdocs-glightbox copied to clipboard
Add support for the `data-src` attribute to img
Fixed issue #65
- Added use of
data-srcwheresrcis used.data-srcis a custom attribute that complies with the HTML5 specification for data sources - Prioritize
data-srcoversrc, because data-src is usually the "real resource path", while src may be a placeholder or null value, e.g., when loading images lazily, src tends to be a placeholder, and data-src is the real image