Skip to content

Commit

Permalink
updated to 1.7.28
Browse files Browse the repository at this point in the history
added some new functionality. fixed some bugs.
  • Loading branch information
vvvmax committed Jul 5, 2016
1 parent 2649ee3 commit caf7bbc
Show file tree
Hide file tree
Showing 36 changed files with 2,040 additions and 307 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unitegallery",
"version": "1.7.22",
"version": "1.7.28",
"description": "Responsive jQuery Image and Video Gallery Plugin",
"license": "MIT",
"homepage": "http://unitegallery.net/",
Expand Down
13 changes: 9 additions & 4 deletions dist/css/unite-gallery.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
.ug-item-wrapper img{
width:auto;
max-width:none;
margin:0px;
padding:0px;
}

.ug-videoplayer-wrapper video{
height:100%;
width:100%;
}

.---------General_Styles--------{}
Expand Down Expand Up @@ -398,12 +405,10 @@

/* bw desaturate effect lightweight */
img.ug-bw-effect{
-webkit-filter: grayscale(1);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: gray;
filter: grayscale(100%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
-moz-filter: grayscale(100%);
-webkit-filter: grayscale(100%);
}

/* blur effect desaturate effect lightweight */
Expand Down
Loading

0 comments on commit caf7bbc

Please sign in to comment.