HTML Components

Image Boxes

Show an image inside a box, opens full image in a lightbox.

<div class="img-box">
	<a href="https://docs.rockraidersunited.com/uploads/images/gallery/2019-09/1274.jpg">
      <img src="https://docs.rockraidersunited.com/uploads/images/gallery/2019-09/1274.jpg" alt="1276 Box"/>
  	</a>
</div>

Example

Video Embeds

You can embed attached videos into your page with the following code.

<video controls="controls" width="400">
	<source src="https://docs.rockraidersunited.com/attachments/5"/>
</video>

Example

Badges

<span class="badge badge-primary">
	<a href="https://docs.rockraidersunited.com/attachments/2">Download</a>
</span>

Example

Download

Revision #6
Created Sun, Sep 1, 2019 9:54 PM by Cyrem
Updated Mon, Sep 2, 2019 5:47 AM by Cyrem