You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.
Currently, the default behavior for Livestream embeds is to autoplay video. This may not be desirable for sites, and it would be good to add a "disable autoplay" option to the [livestream] shortcode.
This is reflected on the shortcode's output by the autoPlay query string parameter, which defaults to true if not set.
Currently, the default behavior for Livestream embeds is to autoplay video. This may not be desirable for sites, and it would be good to add a "disable autoplay" option to the
[livestream]
shortcode.This is reflected on the shortcode's output by the
autoPlay
query string parameter, which defaults to true if not set.Normal, auto-play enabled URL:
https://livestream.com/accounts/12767816/events/4512162/videos/105580270/player/
Modified auto-play disabled URL:
https://livestream.com/accounts/12767816/events/4512162/videos/105580270/player/?autoPlay=false
The text was updated successfully, but these errors were encountered: