Files
web2py/applications/examples/views/default/documentation.html
Nico Zanferrari f7b3abdc89 Fix broken inframe Vimeo video
It fixes Issue #2068
2019-10-22 21:54:01 +02:00

15 lines
437 B
HTML

{{extend 'layout.html'}}
<div>
{{=get_content('main')}}
<center>
<iframe src="https://player.vimeo.com/video/104800778?color=ff6600&amp;background=ffffff&amp;slideshow=1&amp;video_title=1&amp;video_byline=1" width="400" height="300" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</center>
{{=get_content('official')}}
{{=get_content('community')}}
{{=get_content('more')}}
</div>