mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
more notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
fa3f86cebc
commit
12b8fa5b76
@ -1834,6 +1834,9 @@ var FileSystemWriterActions = actions.Actions({
|
|||||||
// limit preview size...
|
// limit preview size...
|
||||||
// NOTE: also remove the preview resolution if
|
// NOTE: also remove the preview resolution if
|
||||||
// it's smaller...
|
// it's smaller...
|
||||||
|
// XXX if we are limiting preview size then we
|
||||||
|
// need to also update .path to the correct
|
||||||
|
// preview size (use a preview as source)
|
||||||
.filter(function(res){
|
.filter(function(res){
|
||||||
// no size limit or match...
|
// no size limit or match...
|
||||||
if(!max_size || parseInt(res) <= max_size){
|
if(!max_size || parseInt(res) <= max_size){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user