Skip to content

Commit

Permalink
build (js)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimsemenov committed Aug 14, 2015
1 parent 764e1b7 commit 2f1f09e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/photoswipe.js
@@ -1,4 +1,4 @@
/*! PhotoSwipe - v4.1.0 - 2015-07-23
/*! PhotoSwipe - v4.1.0 - 2015-08-14
* http://photoswipe.com
* Copyright (c) 2015 Dmitry Semenov; */
(function (root, factory) {
Expand Down Expand Up @@ -2805,7 +2805,7 @@ var _getItemAt,
if(img) {

item.imageAppended = true;
_setImageSize(item, img);
_setImageSize(item, img, (item === self.currItem && _renderMaxResolution) );

baseDiv.appendChild(img);

Expand Down

0 comments on commit 2f1f09e

Please sign in to comment.