mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
some cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
63ae9cc3b9
commit
42a141ba40
@ -137,7 +137,8 @@ body {
|
||||
/*********************************************************************/
|
||||
|
||||
.image-bw {
|
||||
filter: saturate(0);
|
||||
/*filter: saturate(0);*/
|
||||
filter: grayscale(1);
|
||||
}
|
||||
.image-show-shadows {
|
||||
filter: contrast(0.8) brightness(3) contrast(1.5);
|
||||
|
||||
@ -2519,7 +2519,6 @@ module.FailsafeDevTools = core.ImageGridFeatures.Feature({
|
||||
|
||||
|
||||
/*********************************************************************/
|
||||
// XXX experimental...
|
||||
|
||||
var PreviewFilters
|
||||
module.PreviewFilters = core.ImageGridFeatures.Feature({
|
||||
@ -2600,6 +2599,11 @@ module.PreviewFilters = core.ImageGridFeatures.Feature({
|
||||
],
|
||||
})
|
||||
|
||||
|
||||
|
||||
/*********************************************************************/
|
||||
// XXX experimental...
|
||||
|
||||
// ...not sure if this is the right way to go...
|
||||
// XXX need to get the minimal size and not the width as results will
|
||||
// depend on viewer format...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user