Notifications
Clear all

wpForo 1.x.x [Closed] Help With The Embed Addon Settings To Make Video Width 100% Of Available Space

10 Posts
7 Users
2 Likes
3,570 Views
GreenAppleMD
Posts: 10
Topic starter
(@greenapplemd)
Eminent Member
Joined: 6 years ago

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 🙂

9 Replies
Melafon
Posts: 47
(@rexxx)
Trusted Member
Joined: 7 years ago

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.

Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

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.

 

 

4 Replies
(@selinahub)
Joined: 2 years ago

Estimable Member
Posts: 91

@robert Hi admin thnk you i have tried on my forum https://gezenmibilir.com/forum/   i have created subfolder but  it appears https://gezenmibilir.com/forum/Forum/genel/    2x  Forum in the URL is there anyway incan remove it ? 

 

 

1 more thing do i have to use SEO plugin? 

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

Hi @selinahub,

About forum on Homepage:

https://wpforo.com/docs/root/getting-started/forum-page/set-forum-on-home-page/

https://wpforo.com/docs/root/getting-started/forum-page/turn-wordpress-to-wpforo/

 

About SEO Plugin:

https://wordpress.org/support/topic/wpforo-seo/

(@selinahub)
Joined: 2 years ago

Estimable Member
Posts: 91

@chris thnk you soo much i have set everyting & i have left review on there with my second name monika

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

Thank you as well @selinahub for your great review. We appreciate that.

 

Vít Hofman
Posts: 139
(@vit-hofman)
Estimable Member
Joined: 5 years ago

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.

Tutrix
Posts: 1266
(@tutrix)
Noble Member
Joined: 4 years ago

@vit-hofman

add this to custom css

#wpforo #wpforo-wrap .wpforo-post-content video {
max-width: 100%;
}

Dashboard > Forums > Settings > Style (custom css)

1 Reply
Vít Hofman
(@vit-hofman)
Joined: 5 years ago

Estimable Member
Posts: 139

@tutrix Thx! Its work!