Skip to content

Commit

Permalink
docs(faq): fixup autoplay blogpost url (videojs#7027)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev authored and edirub committed Jun 6, 2023
1 parent 7fbe99d commit a2c4e74
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 37 deletions.
4 changes: 3 additions & 1 deletion docs/guides/faq.md
Expand Up @@ -144,7 +144,7 @@ on the `video` element. It's still supported by Video.js but, many browsers, inc
Instead we recommend using the `autoplay` option rather than the `autoplay` attribute, for more information on using that.
see the [autoplay option][autoplay-option] in the Video.js options guide.

For more information on the autoplay changes see our blog post: <https://videojs.com/blog/autoplay-best-practices-with-video-js/>
For more information on the autoplay changes see our [blog post](https://videojs.com/blog/autoplay-best-practices-with-video-js/).

### Q: How can I autoplay a video on a mobile device?

Expand Down Expand Up @@ -277,6 +277,8 @@ Yes! See [ReactJS integration example][react-guide].

[audio-tracks]: /docs/guides/audio-tracks.md

[autoplay-option]: /docs/guides/options.md#autoplay

[contributing-issues]: https://github.com/videojs/video.js/blob/master/CONTRIBUTING.md#filing-issues

[contributing-prs]: https://github.com/videojs/video.js/blob/master/CONTRIBUTING.md#contributing-code
Expand Down
96 changes: 61 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -112,7 +112,7 @@
"humanize-duration": "^3.18.0",
"husky": "^1.2.0",
"is-ci": "^2.0.0",
"jsdoc": "^3.6.2",
"jsdoc": "^3.6.6",
"karma": "^5.2.3",
"lint-staged": "^8.2.0",
"markdown-table": "^1.1.3",
Expand Down

0 comments on commit a2c4e74

Please sign in to comment.