[X] I have searched existing issues and avoided creating duplicates.
[X] I am not filing an enhancement request.
What happened?
Description
The current auto-open PiP implementation incorrectly triggers for video elements used as backgrounds or embedded in div sections, rather than focusing on actual video players.
Expected Behavior
Maintain auto-open PiP functionality for genuine video players (YouTube, Vimeo, etc.)
Prevent PiP activation for:
Background videos
Decorative video elements
Non-primary video content in website sections
Proposed Solution
Implement logic to distinguish between:
Primary video players intended for content consumption
Decorative or background video elements
Technical Suggestion
Consider using heuristics like:
Video size
Presence of player controls
Context of video element in the page structure
Reproducible?
[ ] I have checked that this issue cannot be reproduced on Mozilla Firefox.
Captchas
What happened?
Description
The current auto-open PiP implementation incorrectly triggers for video elements used as backgrounds or embedded in div sections, rather than focusing on actual video players.
Expected Behavior
Maintain auto-open PiP functionality for genuine video players (YouTube, Vimeo, etc.) Prevent PiP activation for:
Proposed Solution
Implement logic to distinguish between:
Technical Suggestion
Consider using heuristics like:
Reproducible?
Version
1.0.1-a.19
What platform are you seeing the problem on?
Windows
Relevant log output
No response