masonry-lightgallery 1.0.3 → 1.0.4

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.
@@ -13,7 +13,7 @@
13
13
  }
14
14
 
15
15
  .grid-item img {
16
- width: 380px;
16
+ width: 360px;
17
17
  }
18
18
 
19
19
  @media (max-width: 430px) {
@@ -30,6 +30,10 @@
30
30
  background: white;
31
31
  }
32
32
 
33
+ .lg-backdrop {
34
+ background-color: white;
35
+ }
36
+
33
37
  .lg-outer button {
34
38
  background: transparent;
35
39
  color: black;
@@ -53,11 +57,12 @@
53
57
 
54
58
  .lg-toolbar .lg-counter {
55
59
  color: black !important;
56
- font-size: 18px;
57
- font-weight: 600;
60
+ font-size: 18px;
61
+ font-weight: 600;
58
62
  }
59
63
 
60
- .lg-toolbar .lg-download, .lg-toolbar .lg-download:hover {
64
+ .lg-toolbar .lg-download,
65
+ .lg-toolbar .lg-download:hover {
61
66
  color: black !important;
62
67
  }
63
68
 
@@ -38,7 +38,7 @@ export function initMasonryLightGallery(imageGridContainer, sections) {
38
38
  const msnry = new Masonry(imageGridContainer, {
39
39
  // options
40
40
  itemSelector: '.grid-item',
41
- columnWidth: 380,
41
+ columnWidth: 360,
42
42
  gutter: 12,
43
43
  fitWidth: true,
44
44
  horizontalOrder: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "masonry-lightgallery",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "lightgallery with masonry layout for thumbs",
5
5
  "homepage": "https://github.com/juozasg/masonry-lightgallery#readme",
6
6
  "bugs": {