# Inline video

```html
<div id="bkmrk-video174" 
  style="width: 100%; 
  height: 100%; 
  overflow: hidden; 
  margin: 0; 
  padding: 0; 
  background: #000;">
 <video style="width: 100%; height: 100%; display: block; object-fit: cover; pointer-events: none;" 
   src="https://bookstack.thecartwrights.nz/attachments/174?open=true" 
   preload="auto" 
   autoplay="autoplay" 
   loop="loop" 
   muted="muted">
 </video></div>
```