- This topic has 1 reply, 2 voices, and was last updated 1 week, 3 days ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › SEA WordPress Theme › problem with the video player
Hello, I’m having a problem with the video player in your theme. I have installed a full screen player for each of my “projects” pages and I can’t set it up so that I don’t have to scroll down to see it normally. I have to scroll down and I would like to set it up so that it automatically takes the size of my screen. Can you help me with this?
Thanks in advance!
NB: For example there is a link of a project : https://jacopaco.fr/projet/bande-annonce-etoile-e-s-canal/
Hi there,
Welcome to SeaTheme forum.
Please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
@media (orientation: landscape) {
.embed-hostedvideo-wrap {
height: 100vh;
padding-bottom: 0!important;
}
}
Regards!
SeaTheme – FAQs – WordPress Customization – Facebook
Subscribe to our newsletter to receive news & updates. We promise to not spam you, super promise!