Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Adding Videos

Dalton Menezes edited this page Sep 19, 2019 · 2 revisions

Note: Only stylish-hub users can see videos on markdown files.

To add one or more videos, just add an empty p tag for each one with the following parameters:

alt

Here you must specify the type of the content to be displayed, in this case type:video, also if you want the video to be autoplayed you can do it adding autoplay.

value

The URL for your video.

Example

<p alt="type:video autoplay" value="https://www.youtube.com/watch?v=XaLUL7lLDTg"></p>

Support

  • YouTube
  • Vimeo
Clone this wiki locally