Skip to content
Snippets Groups Projects
Verified Commit a5cd6488 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Add more zoom levels

parent 52218b46
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