Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Video [Solved] Videos don't play poperly full screen

3 Posts
2 Users
2 Reactions
659 Views
Posts: 87
Topic starter
(@joselito)
Estimable Member
Joined: 4 years ago

Hi @chris.

Remember my old thread?

https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-size-of-embedded-videos-with-code-video-src/

Videos don't play properly when you press full screen, any idea?Thanks. 😥 

Topic Tags
2 Replies
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

@joselito

try

#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content .wp-video .mejs-container-fullscreen .wp-video-shortcode{
  height: 100% !important;
  width: 100% !important;
}
1 Reply
(@joselito)
Joined: 4 years ago

Estimable Member
Posts: 87

Posted by: @tutrix

@joselito

try

#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content .wp-video .mejs-container-fullscreen .wp-video-shortcode{
  height: 100% !important;
  width: 100% !important;
}

It works, thanks a lot Tutrix. 👍 👍 👍 👍 

Â