{# 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"> <link type="text/css" rel="stylesheet" href="{static_url}styles/gallery_view.css"> <script type="text/javascript" src="{static_url}js/mootools_yc.js"></script> <script type="text/javascript" src="{static_url}js/canvas_view_yc.js"></script> <script type="text/javascript" src="{static_url}js/gallery_view_yc.js"></script> <img class="auto-gallery" src="{image_url}"> <script type="text/javascript"> /* Create a gallery of all images with the 'auto-gallery' class. See the API documentation for further options. */ gallery_view_init_all_fullscreen('auto-gallery'); </script>