Polish demo page in docs #4
This commit is contained in:
parent
5c69f0c253
commit
6068beb07e
@ -204,9 +204,6 @@ Alternatively, you can append the following URL anchors. It can be more handy in
|
||||

|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur.
|
||||
|
||||
\
|
||||
[](https://unsplash.com/photos/a-mountain-lake-surrounded-by-trees-and-snow-CqTOTZh5vrs)
|
||||
|
||||
For videos it's all the same except for a few differences: `no_hover` and `url_min` variables are not available.
|
||||
|
||||
Additionally, the following [attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#attributes) can be set:
|
||||
@ -222,12 +219,7 @@ Additionally, the following [attributes](https://developer.mozilla.org/en-US/doc
|
||||
```
|
||||
|
||||
<figure>
|
||||
{{ video(url="https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm", alt="Red flower wakes up", controls=true) }}
|
||||
<figcaption>WebM video example from MDN</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure>
|
||||
{{ video(url="https://upload.wikimedia.org/wikipedia/commons/transcoded/0/0e/Duckling_preening_%2881313%29.webm/Duckling_preening_%2881313%29.webm.720p.vp9.webm", alt="Duckling preening", full_bleed=true, controls=true) }}
|
||||
{{ video(url="https://upload.wikimedia.org/wikipedia/commons/transcoded/0/0e/Duckling_preening_%2881313%29.webm/Duckling_preening_%2881313%29.webm.720p.vp9.webm", alt="Duckling preening", controls=true) }}
|
||||
<figcaption>Duckling preening</figcaption>
|
||||
</figure>
|
||||
|
||||
@ -658,14 +650,3 @@ With `centered` and `big` classes:
|
||||
[^1]: Footnote
|
||||
[^2]: [Footnote (link)](https://example.org)
|
||||
|
||||
<!-- For the demo purposes only -->
|
||||
<div id="color-picker-container">
|
||||
<small>Accent color:</small>
|
||||
<input id="color-picker-light" type="color" value="#ff7800" />
|
||||
<label for="color-picker-light">Light theme</label>
|
||||
<br />
|
||||
<input id="color-picker-dark" type="color" value="#ffa348" />
|
||||
<label for="color-picker-dark">Dark theme</label>
|
||||
</div>
|
||||
<!-- End -->
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user