Notifications
Clear all

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

3 Posts
2 Users
2 Likes
304 Views
Posts: 87
Topic starter
(@joselito)
Estimable Member
Joined: 2 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: 1266
(@tutrix)
Noble Member
Joined: 4 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: 2 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. 👍 👍 👍 👍 

Â