Skip to content

Commit

Permalink
Update to lightgallery 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansl committed May 5, 2021
1 parent 983c8f0 commit de41eed
Show file tree
Hide file tree
Showing 22 changed files with 4,384 additions and 960 deletions.
58 changes: 42 additions & 16 deletions src/Resources/public/lightgallery.js/css/lg-fb-comment-box.css
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
.lg-outer.fb-comments .lg-img-wrap {
padding-right: 400px !important; }
/*! lightgallery - v1.10.0 - 2020-11-07
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
.lg-outer.fb-comments .lg-img-wrap, .lg-outer.fb-comments .lg-video-cont {
padding-right: 400px !important;
}

.lg-outer.fb-comments .fb-comments {
height: 100%;
overflow-y: auto;
Expand All @@ -8,24 +13,45 @@
top: 0;
width: 420px;
z-index: 99999;
background: #fff url("../img/loading.gif") no-repeat scroll center center; }
.lg-outer.fb-comments .fb-comments.fb_iframe_widget {
background-image: none; }
.lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader {
background: #fff url("../img/loading.gif") no-repeat scroll center center; }
background: #fff url("../img/loading.gif") no-repeat scroll center center;
}

.lg-outer.fb-comments .fb-comments.fb_iframe_widget {
background-image: none;
}

.lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader {
background: #fff url("../img/loading.gif") no-repeat scroll center center;
}

.lg-outer.fb-comments .lg-toolbar {
right: 420px;
width: auto; }
width: auto;
}

.lg-outer.fb-comments .lg-actions .lg-next {
right: 420px; }
right: 420px;
}

.lg-outer.fb-comments .lg-item {
background-image: none; }
.lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap {
background-image: none; }
.lg-outer.fb-comments .lg-img-wrap {
background: url(../img/loading.gif) no-repeat scroll center center transparent; }
background-image: none;
}

.lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap, .lg-outer.fb-comments .lg-item.lg-complete .lg-video-cont {
background-image: none;
}

.lg-outer.fb-comments .lg-img-wrap, .lg-outer.fb-comments .lg-video-cont {
background: url("../img/loading.gif") no-repeat scroll transparent;
background-position: center center;
background-position: calc((100% - 400px) / 2) center;
}

.lg-outer.fb-comments .lg-sub-html {
padding: 0;
position: static; }
position: static;
}

/*# sourceMappingURL=lg-fb-comment-box.css.map */
.lg-outer.fb-comments .lg-video-cont {
max-width: 1250px !important;
}

This file was deleted.

2 changes: 1 addition & 1 deletion src/Resources/public/lightgallery.js/css/lg-fb-comment-box.min.css
100644 → 100755

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

3 changes: 3 additions & 0 deletions src/Resources/public/lightgallery.js/css/lg-transitions.css
100644 → 100755

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

This file was deleted.

Empty file modified src/Resources/public/lightgallery.js/css/lg-transitions.min.css
100644 → 100755
Empty file.
Loading

0 comments on commit de41eed

Please sign in to comment.