Convert H-I examples to strapless template

This commit is contained in:
Tim Schaub
2015-11-15 14:58:10 -07:00
parent 88ec3b9f6c
commit 91a772a952
7 changed files with 37 additions and 73 deletions

View File

@@ -1,6 +1,6 @@
---
layout: example.html
title: Image load events example
layout: strapless.html
title: Image Load Events
shortdesc: Example using image load events.
docs: >
<p>Image sources fire events related to image loading. You can
@@ -10,9 +10,7 @@ docs: >
renders an image loading progress bar at the bottom of the map.</p>
tags: "image, events, loading"
---
<div class="row-fluid">
<div class="span12 wrapper">
<div id="map" class="map"></div>
<div id="progress"></div>
</div>
<div class="wrapper">
<div id="map" class="map"></div>
<div id="progress"></div>
</div>