Skip to content

Commit 0316efb

Browse files
committed
updates
1 parent 908f9d9 commit 0316efb

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ input, select, textarea {
12661266
left: 0;
12671267
position: absolute;
12681268
text-align: center;
1269-
width: 150%;
1269+
width: 100%;
12701270
z-index: 2;
12711271
}
12721272

assets/js/jquery.poptrox.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/main.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,18 +255,18 @@
255255
onPopupOpen: function() { $body.addClass('modal-active'); },
256256
overlayOpacity: 0,
257257
popupCloserText: '',
258-
popupHeight: 300,
258+
popupHeight: 150,
259259
popupLoaderText: '',
260260
popupSpeed: 300,
261-
popupWidth: 300,
261+
popupWidth: 150,
262262
selector: '.thumb > a.image',
263263
usePopupCaption: true,
264264
usePopupCloser: true,
265265
usePopupDefaultStyling: false,
266266
usePopupForceClose: true,
267267
usePopupLoader: true,
268268
usePopupNav: true,
269-
windowMargin: 20
269+
windowMargin: 50
270270
});
271271

272272
// Hack: Set margins to 0 when 'xsmall' activates.

images/fulls/plain.png

8.39 KB
Loading

images/thumbs/.DS_Store

0 Bytes
Binary file not shown.

images/thumbs/plain.png

8.39 KB
Loading

0 commit comments

Comments
 (0)