Browse Source

Comment default value for img_format

pull/360/head
Simon Conseil 6 years ago
parent
commit
0f226aec9c
  1. 2
      sigal/templates/sigal.conf.py

2
sigal/templates/sigal.conf.py

@ -41,7 +41,7 @@ theme = 'galleria'
img_size = (800, 600)
# Output format of images (default: None, i.e. use input format)
img_format = "JPEG"
# img_format = "JPEG"
# Show a map of the images where possible?
# This option only has an effect on the galleria theme for the while.

Loading…
Cancel
Save