Issue with embed video autoplay stopped when reset on Finsweet CMS Filter

So I’m using CMS Filter from Finsweet with videos autoplay inside the CMS Embed.

Using attributes to filter the content looks perfect with Images but not with the videos.
Issue appear when i reset the filter attributes, unselected embed videos are paused.

please take a look at my Lookbook pages here https://www.awwnderful.com/lookbook
My code

<div 
data-video-urls="{{wf {&quot;path&quot;:&quot;embed-video-link-2&quot;,&quot;type&quot;:&quot;PlainText&quot;\} }}” 
data-autoplay="true"  
data-starts="true"  
data-loop="true" 
data-wf-ignore="true" 
class="row"
class="video w-background-video w-background-video-atom"
>
<img src="{{wf {&quot;path&quot;:&quot;embed-video-link-2&quot;,&quot;type&quot;:&quot;PlainText&quot;\} }}" alt="" 
style="width:100%;height:100%; top:0px; bottom:0px; position:relative;"
onerror="this.style.display = 'none'">

<video autoplay="" autostart="" loop="" muted="" data-wf-ignore="true="contain" playsinline=""
style="max-width:24vw; width:100%;
"
>
<source src="{{wf {&quot;path&quot;:&quot;embed-video-link-2&quot;,&quot;type&quot;:&quot;PlainText&quot;\} }}">
</video>

</div>

How to keeps the video playing after the reset button, Any help would be much appreciated? Thankyou


Here is my site Read-Only: https://preview.webflow.com/preview/awwnderful?utm_medium=preview_link&utm_source=designer&utm_content=awwnderful&preview=3ba9183bb231e082d1d7c7b8a8311e72&workflow=preview

up… someone can help me? :cry:

Hey! Did you ever manage to fix this? I’m running into the same issue.

Hi! I have the same issue. After filtering, video is stopping. I had the same issue using JetBoost but they fixed it up after my e-mail, in finsweet there is no answer :frowning:

Hey all, just chipping in here to say that I added the Finsweet script to play/pause videos in viewport and it worked for me

<!-- [Attributes by Finsweet] Auto Video -->
<script defer src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-autovideo@1/autovideo.js"></script>
1 Like

Thank you, it worked!