Video plugin that loads dynamic video + thumbnail?

I upload videos to S3 and display them on Bubble. I have encountered a weird issue. If I use a static link in video plugins, it loads and plays. But if I loads the link by getting it through a search, some plugins do not work. :sweat_smile: There is no privacy on the data type on the test app.

Anyone has a good recommendation on a video plugin that can load dynamic videos and show thumbnail as well?

Here is the sample Bubble page that shows the problem.

I’m not familiar with the plugin you’re using. However, what you probably want to do is to run a reset action on the parent group of the element after you’ve obtained the new video source. It depends on how the plugin was written.

If you’re using a normal html5 video element, you need to clear the source file and possibly hide and then show the element to force it to refresh.

The names of the plugins are on the 1st line of the text. I have a list of videos in a RG. I would need to reset the whole RG. I am not sure how to do that. And isn’t is just reloading the RG, which would be the same as the first loading.

This topic was automatically closed after 70 days. New replies are no longer allowed.