Sometimes I wish you had a PayPal donate button on profile page, so I could send a small donation for the help you guys give.
Why don't you have a PayPal donate button on your profile page?
80ca5f46-d581-46f5-ad9a-3356005f873d-image.png
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'.