We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e0378 commit 41ce114Copy full SHA for 41ce114
lib/web/fotorama/fotorama.js
@@ -2229,14 +2229,9 @@ fotoramaVersion = '4.6.4';
2229
stageLeft = 0,
2230
2231
fadeStack = [];
2232
- if (Modernizr.touch) {
2233
- $wrap[STAGE_FRAME_KEY] = $('<a class="' + stageFrameClass + '" target="_blank"></a>');
2234
- } else {
2235
- $wrap[STAGE_FRAME_KEY] = $('<div class="' + stageFrameClass + '"></div>');
2236
- }
2237
+ $wrap[STAGE_FRAME_KEY] = $('<div class="' + stageFrameClass + '"></div>');
2238
$wrap[NAV_THUMB_FRAME_KEY] = $($.Fotorama.jst.thumb());
2239
-
2240
$wrap[NAV_DOT_FRAME_KEY] = $($.Fotorama.jst.dots());
2241
2242
toDeactivate[STAGE_FRAME_KEY] = [];
0 commit comments