Managing videos

Advanced video control attributes

You can use advanced video attributes inside a video caption. These control attributes, while not visible on the website, act as meta properties that allow you to manage video behavior more precisely.
Some of the attributes are:
notion image
  • :loop=”true”
  • :autoPlay=”true”
  • :muted=”true”
Above attributes is used to automatically starts playing the video when the page loads.
⚡ Note: These video attributes should be added in the video caption of your Notion page. They won’t appear visually on your website but will control the video’s behavior.