diff options
author | dakkar <dakkar@thenautilus.net> | 2019-10-05 18:32:14 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2019-10-05 18:34:12 +0100 |
commit | 6d5c07c0ef3cf85b0e332921ae16c43edb911d08 (patch) | |
tree | 0de0bf60cd51572acf8ff8088e3fc0f483dec3e7 /src/modelli/sugihara-impossible-objects | |
parent | sugihara (diff) | |
download | thenautilus-6d5c07c0ef3cf85b0e332921ae16c43edb911d08.tar.gz thenautilus-6d5c07c0ef3cf85b0e332921ae16c43edb911d08.tar.bz2 thenautilus-6d5c07c0ef3cf85b0e332921ae16c43edb911d08.zip |
new video directive
Diffstat (limited to 'src/modelli/sugihara-impossible-objects')
-rw-r--r-- | src/modelli/sugihara-impossible-objects/document.en.rest.txt | 10 | ||||
-rw-r--r-- | src/modelli/sugihara-impossible-objects/document.it.rest.txt | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/src/modelli/sugihara-impossible-objects/document.en.rest.txt b/src/modelli/sugihara-impossible-objects/document.en.rest.txt index c8f9183..24ce4be 100644 --- a/src/modelli/sugihara-impossible-objects/document.en.rest.txt +++ b/src/modelli/sugihara-impossible-objects/document.en.rest.txt @@ -12,11 +12,11 @@ objects. He had brought some examples, and I took pictures. An arrow that always points to the right: -.. raw:: html - - <video controls loop playsinline width="320" height="240"> - <source src="arrow.mp4" type="video/mp4"> - </video> +.. video:: arrow.mp4 + :loop: true + :type: video/mp4 + :width: 320 + :height: 240 This is what it looks like when viewed from above: diff --git a/src/modelli/sugihara-impossible-objects/document.it.rest.txt b/src/modelli/sugihara-impossible-objects/document.it.rest.txt index 36c14a4..76671ed 100644 --- a/src/modelli/sugihara-impossible-objects/document.it.rest.txt +++ b/src/modelli/sugihara-impossible-objects/document.it.rest.txt @@ -13,11 +13,11 @@ fatto foto. Una freccia che punta sempre a destra: -.. raw:: html - - <video controls loop playsinline width="320" height="240"> - <source src="arrow.mp4" type="video/mp4"> - </video> +.. video:: arrow.mp4 + :loop: true + :type: video/mp4 + :width: 320 + :height: 240 Vista dall'alto, si presenta così: |