ChurchApps / ChurchAppsSupport

Support Wiki for All ChurchApps.org apps
3 stars 2 forks source link

Add controls to sermon videos #370

Closed mbyrdLCS closed 2 months ago

mbyrdLCS commented 2 months ago

Right now when you use our sermons section there is no way to fast forward or rewind these videos we need to make it so that works

https://southsideonline.com/sermons

jzongker commented 2 months ago

To test locally, set .env to production and navigate to http://localhost:3301/southsideonline/semons.

jzongker commented 2 months ago

See /components/elementTypes/SermonElement. I think we just need to replace controls=0 with controls=1 when setting the iframe url.

https://www.youtube.com/embed/aUPvTgGSc8o?autoplay=1&controls=0&showinfo=0&rel=0&modestbranding=1&disablekb=1

jzongker commented 2 months ago

Fixed with https://github.com/ChurchApps/B1App/commit/3e1cf6c22dd0d67cbbc718bdddc47213d6f1aab8