- Showcase Version
- 3.3.6
- XenForo Version
- 2.3.6
- PHP Version
- 8.3.20
- Database & Version
- MariaDB 10.11.11
- Are there any errors being throw?
- No
Code:
<img src="{{ link('canonical:showcase/cover-image', $item) }}" />
This is missing attributes
alt
, width
and height
which is bad for web vitals (-> CLS) and accessibility, might also make sense to add loading="lazy"
Might also affect other places and / or Add-ons; a quick grep for
<img
in UBS data showed various potential similar issues.