Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 9d6af58

Browse files
committed
fix(Demo): Broken image demo
1 parent f93e22d commit 9d6af58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/demo/scripts/demo.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jQuery(document).ready(function($) {
1717
(function() {
1818
$.baseheight();
1919

20-
$('.demo-init').baseheight();
20+
setTimeout(function() {
21+
$('.demo-init').baseheight();
22+
}, 10);
2123
}());
2224

2325
// Methods demo

0 commit comments

Comments
 (0)