Video background set to non-loop

I looked around the setting and didn’t see this option, but I think a video background setting to make it a non-loop video will be awesome.

For current solution, I do this script to make this happen:

<script type="text/javascript">
document.getElementById('section-ccbace8-player').removeAttribute("loop");
</script>

Hope this can help

Hi there @lukelee,

Indeed, this is something we can add. Thanks for the suggestion!

2 Likes

@Louis of course! Glad to made some great suggestions towards to the Cwicly community.

Added in 1.2.1.8. Thanks for the suggestion!

2 Likes