Skip to main content

Bug in vimeo player width after update to V. 2.9.1

After Updating FC to 2.9.1 now my vimeo videos shrink in desktop and mobile. They tend to inherit the width size of the title.. Please I need it to be always 100% width of that container like it was in previous versions

Bug in vimeo player width after update to V. 2.9.1

Ramsis Kasis

I had the same issue. It's a regression in the FREE FluentCommunity plugin, not Pro.

I contacted support, they confirmed it, and sent me the previous version to roll back to. I rolled back to 2.8.1 and the issue was fixed.

Open a ticket and they'll send you the file.

Fityirc

Javier BarrigaΒ & Ramsis KasisΒ : I got the same issue at one of my Community page and ChatGPT helped me with this code what I put to the Costum Snippets / Custom CSS:

/ fix video width /
.fcom_lesson_container .fcom_lesson_details {
width: 100%;
max-width: 800px;
min-width: 0;
box-sizing: border-box;
}