YouTube video fills the page
-
I have YouTube embed plugin and it works fine on embedding YouTube videos. The only issue is that while posting the whole screen area is taken by the video. Isn't possible to have it in the same size as in YouTube ? If yes, please tell me how.
-
@meetdilip You may add the following into /admin/themes within Customize/Custom CSS:
.video-container, .video-container iframe, .video-container object, .video-container embed { width: 640px; height: 390px; padding-bottom: 0; }
(not tested)
Make sure to activate the checkbox 'Use custom CSS'.
Copyright © 2024 NodeBB | Contributors