• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Attributes missing for cover image in xa_sc_widget_items_macros

Kirby

Member
AMS Premium
CAS Premium
IMS Premium
LD Premium
RMS Premium
SC Premium
UBS Premium
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.
 
Back
Top