Can you customize the video player size within the Video Particle? Using the Clarity Template.
For example, I want it to fit my video size of 1810px x 430px instead of the normal 1920x1080 format. Video is hosted on Vimeo.
Previously, I had this video in a module wrapper and could customize the size, however, I couldn't get the video to play in a loop, like I can within the video particle. If you look at one of my other pages you can see what I had previously:
www.vidsol.media/services/government
Take a look at the TWIG file for the Video Particle... Line 11 is where the Vimeo iFrame gets built... you could hardcode any params you're looking for there (I would guess... not familiar with Vimeo's iFrame API)
Currently looks lie it's stting autoplay, loop, and muted params as defined by the admin (YAML file)... you should be able to add other params as needed:
imgur.com/a/tiIiX9b
If you want to do it in an upgrade-proof manner you can create an override file in /custom/particles/ and make your edits there
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT