{# This is a publisher output template. Escape HTML so that it doesn't run when embedded in the host page. Use {varname} for variable substitution. #} <link type="text/css" rel="stylesheet" href="{static_url}styles/canvas_view.css"> <script type="text/javascript" src="{static_url}js/canvas_view.min.js"></script> <div id="image-zoom-1" class="imageviewer" style="width: 400px; height: 400px;"> Loading zoomable image... </div> <script type="text/javascript"> /* Create an image zoomer inside element 'image-zoom-1'. See the API documentation for further options. */ canvas_view_init('image-zoom-1', '{image_url}'); </script>