Skip to content

Commit

Permalink
IE fix for Chrome and Internet explorer (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
musmanmalik authored Feb 19, 2020
1 parent 6806075 commit 03f6be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_explorer/templates/html/image_explorer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h2>{{title}}</h2>
{{ description_html }}
</div>
{% endif %}
<div class="image-explorer-wrapper">
<div class="image-explorer-wrapper" role="application">
<img src="{{background.src}}" class="image-explorer-background" />
{% for hotspot in hotspots %}
<div class="hotspot-container" data-item-id="{{hotspot.item_id}}" style="position: absolute; top: {{hotspot.y}}; left: {{hotspot.x}};">
Expand Down

0 comments on commit 03f6be5

Please sign in to comment.