• 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.

Use explicit width and height in widget

Frode

New Member
SC Premium
UBS Premium
Suggestion from GTMetrix:
Set an explicit width and height on image elements to reduce layout shifts and improve CLS.

I am getting this on the images I have in my SC featured widget carusel on the forum index.
div.contentRow-main > div.contentRow-figure > a > img
<img src="/data/showcase_covers/0/8.jpg">
div.contentRow-main > div.contentRow-figure > a > img
<img src="/data/showcase_covers/0/6.jpg">
div.contentRow-main > div.contentRow-figure > a > img
<img src="/data/showcase_covers/0/10.jpg">
div.contentRow-main > div.contentRow-figure > a > img
<img src="/data/showcase_covers/0/9.jpg">
 
Upvote 0
Back
Top