Skip to content
Snippets Groups Projects
Commit ec557b5e authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Merge branch 'moar-zoom' into 'master'

Add more zoom levels

Closes #753

See merge request !1037
parents 52218b46 a5cd6488
No related branches found
No related tags found
1 merge request!1037Add more zoom levels
......@@ -84,7 +84,7 @@ export const SEARCH_FILTER_MAX_TERMS = 10
export const IMAGE_QUALITY = 1.5
// Interactive image zoom factor in percent
export const ZOOM_FACTORS = [100, 133, 166, 200, 250, 350]
export const ZOOM_FACTORS = [100, 133, 166, 200, 250, 350, 400, 500]
// Image navigation transitions delay for the zoom and the automatic centering (ms)
export const IMAGE_TRANSITIONS = 300
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment