Skip to content

Ommen.dk

Personal site of Lars Ommen.

Sections

Embedding examples

Image

Drop a file under docs/assets/ and reference it:

![Caption](assets/example.png)

Rendered:

Placeholder

Markdown pattern — image-as-link to the video, using YouTube's auto-generated thumbnail:

[![Title](https://img.youtube.com/vi/VIDEO_ID/hqdefault.jpg)](https://www.youtube.com/watch?v=VIDEO_ID)

Rendered (placeholder video — replace dQw4w9WgXcQ):

YouTube video

Inline (true embed)

If you want an actual playable iframe instead of a link-thumbnail:

<iframe width="560" height="315"
  src="https://www.youtube.com/embed/dQw4w9WgXcQ"
  title="YouTube video" frameborder="0"
  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
  allowfullscreen></iframe>