Handling Fullscreen event #236
-
Hi, Igor, is there ability to handle Fullscreen enter/exit-event without handling built-in events such as "fullscreenchange", "webkitfullscreenchange" etc.? |
Beta Was this translation helpful? Give feedback.
Answered by
igordanchenko
Feb 6, 2024
Replies: 1 comment 4 replies
-
Hi there! Indeed, I overlooked the fullscreen lifecycle callbacks. I'll go ahead and add them in v3.17.0 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If your different style rules can be implemented with just CSS, then you can probably use
.yarl__fullscreen:fullscreen
selector:YARL doesn't implement any specific styling in fullscreen mode.