masonry-lightgallery 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -39,6 +39,10 @@
39
39
  color: #aaa !important;
40
40
  }
41
41
 
42
+ .lg-toolbar {
43
+ width: 100vw;
44
+ }
45
+
42
46
  .lg-toolbar button {
43
47
  color: black !important;
44
48
  }
@@ -40,7 +40,8 @@ export function initMasonryLightGallery(imageGridContainer, sections) {
40
40
  itemSelector: '.grid-item',
41
41
  columnWidth: 380,
42
42
  gutter: 12,
43
- fitWidth: true
43
+ fitWidth: true,
44
+ horizontalOrder: true,
44
45
 
45
46
  });
46
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "masonry-lightgallery",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "lightgallery with masonry layout for thumbs",
5
5
  "homepage": "https://github.com/juozasg/masonry-lightgallery#readme",
6
6
  "bugs": {