src/pyams_content/component/video/provider/zmi/templates/dailymotion-render.pt
changeset 487 093f201e3168
parent 404 0ba2bb1a692e
child 1026 2bc20b979c84
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/pyams_content/component/video/provider/zmi/templates/dailymotion-render.pt	Fri Mar 16 08:17:54 2018 +0100
@@ -0,0 +1,8 @@
+<div class="video-wrapper">
+	<iframe type="text/html" class="video" frameborder="0"
+			tal:attributes="src string:https://www.dailymotion.com/embed/video/${context.video_id}?${view.get_url_params()};
+							width context.width;
+							height context.height;
+							allowfullscreen 'true' if context.allow_fullscreen else None;
+							allow 'autoplay' if context.autoplay else None;"></iframe>
+</div>