Services Plugins FAQs

Video Player Plugin for Bubble

Hi Zeroqode!

I tried the Video Player Plugin, it’s perfect for what we’re searching!

Only we want to toggle the unmute and mute with a state, and this isn’t working. It stays muted or unmuted, unless you refresh the page. But we are on mobile, so that is not an option.

Other thing is that we want te give the video a max height with object-fit: cover. Can you add this to the plugin, so that we can make dynamic heights? Otherwise we have to do it with CSS.

Thanks in advance!

Nick

Hello @nickvbruchem ,
Thank you for your for reaching out and for your purchase.

I tried the Video Player Plugin, it’s perfect for what we’re searching!

We are thrilled to hear that you are liking the plugin.

Only we want to toggle the unmute and mute with a state, and this isn’t working. It stays muted or unmuted, unless you refresh the page. But we are on mobile, so that is not an option.

Could you please provide more details regarding this behavior, as on our Live Page
the mute/unmute transition is working without no issues.

Please provide us with the following details:

-Screenshots/Video recordings of the issue you see and the plugin element’s configuration.
-Workflows associated with the plugin.
-Any additional details you believe are important for us to replicate and understand your use case.

Other thing is that we want te give the video a max height with object-fit: cover. Can you add this to the plugin, so that we can make dynamic heights? Otherwise we have to do it with CSS.

Could you please provide details for this request also, these details will help us provide you with a more precise answer to your question, and get a clearer understanding of your use case.

Looking forward for your reply.
Have a nice day! :sunny:

Jumping in.

I would really like the ability to toggle object fit cover as well. Just like HTML5 videos with the tag, that enables videos to be displayed full screen on eg. mobile devices instead of fitting either width or height to to the screen.

I cant get a CSS with “object-fit: cover;” added to the element id to work.

Hi @siticum ,

Thanks for reaching out! :pray:

We understand your need for the ability to toggle object-fit: cover; to ensure videos display fully on devices, particularly when you want them to cover the entire screen without distorting the aspect ratio.

At the moment, the plugin doesn’t natively support the object-fit: cover; functionality directly. However, we’re always looking to improve our plugins, and your feedback is incredibly valuable to us.

As a workaround, you could try the following steps:

  1. Add a HTML element or a group around your video player.
  2. Use CSS to apply the object-fit: cover; on the video element’s parent container, like so:
.your-container-class video {
   object-fit: cover;
}

Alternatively, if you’d like, we can look into possible updates to add this feature natively within the plugin in the future.

Let us know if this workaround helps or if you encounter any further issues. :sunflower:

Thanks again for your feedback!

Best regards,
Support Team
Browse all Zeroqode Plugins for bubble
Banner_Last3

Hi, I am trying to add the object-fit cover to the CSS, but without luck. The player is not reacting on the property from the parent group.

I will be playing more around with it, but hope you will add it to the plugin considering several of the other video plugsin support this and its really useful for different screen sizes :slight_smile:

Cheers

Hi @siticum,

Thanks for the update and apologies for delayed response.

It’s definitely a useful feature, and I completely agree that adding it to the plugin would make it even more versatile across different screen sizes.

While we don’t have native support for object-fit: cover right now, I’ll make sure to pass your feedback along to the team for consideration in future updates. In the meantime, feel free to continue experimenting, and let us know if you need any further assistance!

We really appreciate your patience and feedback — it helps us improve the plugin. :sunflower:

Cheers,
Support Team
Browse all Zeroqode Plugins for bubble
Banner_Last3