You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
1.5 KiB
17 lines
1.5 KiB
5 years ago
|
#SET{thumbnail,#ENV{data/thumbnail_url}|sinon{#ENV{data/image}}}
|
||
|
#SET{async,#ENV{async}|=={non}|non|et{#GET{thumbnail}|et{#ENV*{data/html}|match{'<iframe'}}|oui}}
|
||
|
<figure class="oembed oe-video[(#GET{async}|oui)async] clearfix[ (#ENV{align})]" style="max-width:#ENV{data/width}px;">
|
||
|
<div class="rwd-video-container[(#GET{async}|oui)oe-play-button]"
|
||
|
style="width:100%;height:0;padding-bottom:[(#ENV{data/height}|div{#ENV{data/width}}|mult{100}|round{2})]%;[background-image:url('(#GET{thumbnail})');background-repeat:no-repeat;background-position:center;background-size:cover;]"
|
||
|
[(#GET{async}|oui)
|
||
|
onclick="if (jQuery(this).is('.oe-play-button')){jQuery(this).removeClass('oe-play-button').addClass('loading').html(decodeURIComponent('[(#ENV*{data/html}|oembed_force_video_autoplay|rawurlencode|texte_script)]'));}"
|
||
|
]>
|
||
|
[(#GET{async}|oui) <button onclick="jQuery(this).parent().trigger('click');">Play</button>]
|
||
|
[(#GET{async}|non) [(#ENV*{data/html}|et{#ENV{autoplay}}|?{[(#ENV*{data/html}|oembed_force_video_autoplay)],#ENV*{data/html}|sinon{#ENV{url}}})] ]
|
||
|
</div>
|
||
|
<style><!--/**/.oe-video .loading {background-image:url("#CHEMIN_IMAGE{searching.gif}")!important;background-size:auto !important;}/**/--></style>
|
||
|
<figcaption class='spip_doc_caption'>
|
||
|
[<div class="spip_doc_titre" style="max-width:#ENV{data/width}px;"><a href="#ENV*{url}" class="oe-title">(#ENV*{data/title})</a>[
|
||
|
<span class="oe-author_name"><br /><i>par <a href="#ENV*{data/author_url}">(#ENV*{data/author_name})</a></i></span>]</div>]
|
||
|
</figcaption>
|
||
|
</figure>
|