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.
 
 
 
 
 

13 lines
458 B

{%extends 'show/iframe_base.html'%}
{%block content%}
<script type="text/javascript" src="https://cdn.staticfile.org/jquery/3.4.1/jquery.js"></script>
<script type="text/javascript" src="/static/js/jquery.media.js"></script>
<script type="text/javascript">
$(function() {
$('a.media').media({width:"100%", height:"100%"});
});
</script>
<a class="media" href="{{url}}"></a>
{%endblock content%}