hlxsites / vg-volvotrucks-us

Franklin site for https://www.volvotrucks.us/
https://www.volvotrucks.us/
Apache License 2.0
2 stars 5 forks source link

Lazy load autoplay videos #537

Open shirin27 opened 4 months ago

shirin27 commented 4 months ago

From vg-volvotrucks-us-rd created by cogniSyb: Netcentric/vg-volvotrucks-us-rd#329

Context/Description

There are performance issues due to multiple videos being loaded and played on PDPs

Agile Requirement As a user, I want videos on the webpage to load only when I scroll near them so that the page loads faster initially, conserves data usage, and enhances my overall browsing experience without unnecessary loading of content I might not view.

As a user, I want videos on the webpage to play only when they’re in view, so that and enhances my overall browsing experience without unnecessary loading of content I might not view.

Acceptance Criteria

User AC:

Editor AC:

Non-functional AC:

Out of scope

Technical details

[^1]: make use of IntersectionObserver [^2]: done with autoplay="any" https://videojs.com/guides/options

cogniSyb commented 2 months ago

Blocked until we can play/pause videos with JavaScript