As you can see in the post at https://www.greenapple.md/community/parkinsons-disease/skeptics-should-really-watch-this-video/ (also attaching screenshot), the video I've embedded only takes up about 1/2 of the available width space in the post content area. In Forums > Settings > Addons > Embeds I have set width and height to 0, which is the "Auto" setting, which I assumed would be to auto-adjust to 100%, but that isn't happening. Thanks in advance for the help...I'm new here and need a lot of help 🙂
Hi, I’m also have this is question... the plugin ignores my width values. Whatever I set the width, the player does not want to expand. The player can be stretched only in height.
Will be nice if player will responsive, how like meta slider wp. You can check how nice look full size slide end this is article for example. Also him have a lot différent others good functions.
Try to set the width 100% in Dashboard > Forums > Settings > Addons > Embeds admin page:
Also put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, and do Ctrl+F5 on front-end before checking:
#wpforo #wpforo-wrap .wpforo-post-content .wpf-video, #wpforo #wpforo-wrap .wpforo-post-content .wpf-video iframe {
max-width: 100%;
max-height: 100%;
}
Important: Please ask addon related questions on Addons official support forum to get better support. This forum is the free wpForo plugin community this is not for addon support questions.
I'm sorry, but I have a little bigger problem, see https://diskuse.bozpforum.cz/diskuse/multimedia/demoluje-zed-pomoci-vzv/
The Embed addon setting does not affect video size.
A link to the mp4 video file is included in the forum post.
Thanks for the help.
add this to custom css
#wpforo #wpforo-wrap .wpforo-post-content video { max-width: 100%; }
Dashboard > Forums > Settings > Style (custom css)