Opened 3 years ago
Last modified 3 years ago
#5859 new defect (bug)
Improve video thumbnail images
Reported by: | jonoaldersonwp | Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Component: | WordPress.tv | Keywords: | performance seo |
Cc: |
Description (last modified by )
Video thumbnail images (those in 'grids layouts') on pages like https://wordpress.tv/, https://wordpress.tv/category/year/2017/ and https://wordpress.tv/tag/translation/page/2/ (excluding the video/thumbnail in the hero 'player' element when present) should be loaded more efficiently.
Specifically:
- The thumbnail should be generated/requested at an appropriate size (160x100)*
- A
loading="lazy"
property should be added. - Explicit
height
andwidth
properties should be added. - If available, an
srcset
property should reference ax2
size option (at 320x200).
*E.g., https://videos.files.wordpress.com/bjn9Fo1g/video-33873a5e9c_mp4.scrubthumb.jpg, which is currently on the homepage, is loaded at 1920x1080, but squashed into a 160x100 space
Note: See
TracTickets for help on using
tickets.