-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closes #6312: Exclude youtube thumbnail from lazyload #6391
Closes #6312: Exclude youtube thumbnail from lazyload #6391
Conversation
For CR, I Backported PR from wp-media/rocket-lazyload-common#116 |
@jeawhanlee Thanks for the PR. Please find exploratory test notes below. |
@Mai-Saad I was checking this but if we support exclusion from the UI, it would exclude the YT iframe from being lazyloaded and we don't want that. |
@jeawhanlee Just to be sure, if we'd add Iframe doesn't have |
That exclusion wouldn't do anything. At the time we can manage the exclusion, the thumbnail is not created yet in the page (it's dynamically generated with JS, based on the YT ID). |
@jeawhanlee Thanks for the update. Now we can exclude thumbnail image using UI or filter. However, we need to guard the filter from invalid values as now if set to null, we will have this error. can you please check 🙏
|
Related test plan https://wpmediaqa.testrail.io/index.php?/runs/view/814 |
Relating issue found while testing this: #6451 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
This PR excludes youtube thumbnail from lazyload
Fixes #6312
Type of change
Is the solution different from the one proposed during the grooming?
No
Checklists
Generic development checklist
Test summary