Skip to content

Enable image link and lazy loading (AsciiDoc documents)

What does this MR do?

Enable image link and lazy loading. It effectively adds the CSS class js-lazy-loaded which apply a max-width on images (to prevent them to go outside the bounds).

Resolves #30533 (closed)

Screenshots

Before After
issue-30533-no-max-width issue-30533-max-width

Does this MR meet the acceptance criteria?

Conformity

Edited by Guillaume Grossetie

Merge request reports