Skip to content

Commit 7f7a1d3

Browse files
author
Marc J. Schmidt
committed
Fixed marcj#5
1 parent c622e41 commit 7f7a1d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,9 @@ <h2>
324324
<li>Does not work on <code>img</code> tags. A wrapper <code>div</code> around it works fine. See example CSS.</li>
325325
<li>Adds in non-internet-explorer browsers a additional hidden element into the selected target element. Forces the target element to be relative or absolute.</li>
326326
</ul>
327+
328+
<p>Event-Based resize detection inspired by <a href="http://www.backalleycoder.com/2013/03/18/cross-browser-event-based-element-resize-detection/">backalleycoder.com</a> &lt;3</p>
329+
327330
</section>
328331
<footer>
329332
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
@@ -342,4 +345,4 @@ <h2>
342345
})();
343346
</script>
344347
</body>
345-
</html>
348+
</html>

0 commit comments

Comments
 (0)