]> _ Git - fluidbook-html5.git/commitdiff
#1395
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 5 May 2017 13:18:17 +0000 (15:18 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 5 May 2017 13:18:17 +0000 (15:18 +0200)
js/libs/fluidbook/fluidbook.links.js

index 0930ea87a0f5c8a416fe0dd9e30155b3a64b505c..17efc1a01e82d1b1f1666a5d460c3b74fcc7c16f 100644 (file)
@@ -111,7 +111,7 @@ FluidbookLinks.prototype = {
             parent = $link.closest('.link'),
             linkId = $(parent).attr('id').split('_', 2)[1],
             maxZoom = parseInt($link.data('maxzoom')) || 2,
-            zoomImage = 'data/links/zoom_' + linkId + '.png',
+            zoomImage = 'data/links/zoom_' + linkId + '.jpg',
             x,
             y,
             zoomWidth,