Commit a6a75af4 by Giulio Gratta

Merge pull request #85 from Stanford-Online/stv/image-modal-bugfix

Specify MIME type when adding SCRIPT tag
parents 180e3af7 c57a58e3
......@@ -5,4 +5,8 @@ data: |
<h2>Full Screen Image</h2>
<p>Use the full screen image tool to allow students to open the image in the full screen, zoom in on the image, and drag the image within the screen.</p>
<a href="http://static.class.stanford.edu/stanford-hills-big.jpg" class="modal-content"><img alt="The Stanford Hills" src="http://static.class.stanford.edu/stanford-hills-small.jpg" /></a>
<script>$(function () {setupFullScreenImage();});</script>
<script type="text/javascript">
$(function () {
setupFullScreenImage();
});
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment