aboutsummaryrefslogtreecommitdiffstats
path: root/demo/dist/demo.js
diff options
context:
space:
mode:
Diffstat (limited to 'demo/dist/demo.js')
-rw-r--r--demo/dist/demo.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/demo/dist/demo.js b/demo/dist/demo.js
index 78a1251c..a39030d4 100644
--- a/demo/dist/demo.js
+++ b/demo/dist/demo.js
@@ -22776,7 +22776,11 @@ typeof navigator === "object" && (function () {
}
this.getThumbnails().then(function () {
- // Render DOM elements
+ if (!_this.enabled) {
+ return;
+ } // Render DOM elements
+
+
_this.render(); // Check to see if thumb container size was specified manually in CSS