Page 1 of 1
controls video in card in card deck
Posted: Fri Jan 24, 2020 10:36 am
by ART
I am using a video in card in a card deck. The video is played with autostart and sound. I read that browsers (chrome) may block the page. Is it possible to control the settings like autostart fullscreen etc of a video in a card?
Re: controls video in card in card deck
Posted: Fri Jan 24, 2020 11:03 am
by Pablo
You can control the behavior of the video via the URL parameters.
For example, for YouTube:
https://developers.google.com/youtube/player_parameters
Re: controls video in card in card deck
Posted: Fri Jan 24, 2020 12:29 pm
by ART
Thanks. I am using the file on my webserver and managed after some time to have it how i want it.
For some other person who wants this too, this is the code for no autoplay and no fullscreen to be entered in the card: https:// yourwebsite ...... .mp4" frameborder="0" autoplay="0" fs="0" width="306" height="285" <iframe> Of course enter your own website and the dimensions if required.