Add 1600px size. Remove unused 800px size.
This commit is contained in:
@ -104,7 +104,7 @@ class Album(object):
|
||||
return None
|
||||
|
||||
class Photo(object):
|
||||
thumb_sizes = [ (75, True), (150, True), (640, False), (800, False), (1024, False) ]
|
||||
thumb_sizes = [ (75, True), (150, True), (640, False), (1024, False), (1600, False) ]
|
||||
def __init__(self, path, thumb_path=None, attributes=None):
|
||||
self._path = trim_base(path)
|
||||
self.is_valid = True
|
||||
|
Reference in New Issue
Block a user