Skip to content

Commit

Permalink
build: version 2.2.0-beta.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinchoolur committed Jul 29, 2021
1 parent e5b0392 commit 94d33e3
Show file tree
Hide file tree
Showing 44 changed files with 149 additions and 156 deletions.
19 changes: 8 additions & 11 deletions dist/css/lightgallery-bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -1231,6 +1231,7 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object
opacity: 0.001;
outline: none;
will-change: auto;
overflow: hidden;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
Expand Down Expand Up @@ -1280,16 +1281,12 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object
cursor: grabbing;
}

.lg-outer .lg {
height: 100%;
width: 100%;
position: relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 100%;
outline: none;
.lg-outer .lg-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

.lg-outer .lg-inner {
Expand Down Expand Up @@ -1387,7 +1384,7 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object
opacity: 1;
}

.lg-outer .lg-empty-html {
.lg-outer .lg-empty-html.lg-sub-html, .lg-outer .lg-empty-html .lg-sub-html {
display: none;
}

Expand Down
2 changes: 1 addition & 1 deletion dist/css/lightgallery-bundle.min.css

Large diffs are not rendered by default.

19 changes: 8 additions & 11 deletions dist/css/lightgallery-core.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
opacity: 0.001;
outline: none;
will-change: auto;
overflow: hidden;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
Expand Down Expand Up @@ -124,16 +125,12 @@
cursor: grabbing;
}

.lg-outer .lg {
height: 100%;
width: 100%;
position: relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 100%;
outline: none;
.lg-outer .lg-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

.lg-outer .lg-inner {
Expand Down Expand Up @@ -231,7 +228,7 @@
opacity: 1;
}

.lg-outer .lg-empty-html {
.lg-outer .lg-empty-html.lg-sub-html, .lg-outer .lg-empty-html .lg-sub-html {
display: none;
}

Expand Down
19 changes: 8 additions & 11 deletions dist/css/lightgallery.css
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object
opacity: 0.001;
outline: none;
will-change: auto;
overflow: hidden;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
Expand Down Expand Up @@ -447,16 +448,12 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object
cursor: grabbing;
}

.lg-outer .lg {
height: 100%;
width: 100%;
position: relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 100%;
outline: none;
.lg-outer .lg-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

.lg-outer .lg-inner {
Expand Down Expand Up @@ -554,7 +551,7 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object
opacity: 1;
}

.lg-outer .lg-empty-html {
.lg-outer .lg-empty-html.lg-sub-html, .lg-outer .lg-empty-html .lg-sub-html {
display: none;
}

Expand Down
43 changes: 28 additions & 15 deletions dist/lightgallery.es5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/lightgallery.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 94d33e3

Please sign in to comment.