Closed (fixed)
Project:
Zoomify
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2009 at 15:21 UTC
Updated:
24 Jul 2009 at 17:50 UTC
To whom it may concern,
Is it possible to remove the navigator thumbnail on the top right?
Sincerely,
Rene
Comments
Comment #1
rhache commentedSorry, I meant the navigator on the top left, not right.
Rene
Comment #2
infojunkieTheoretically, editing the Zoomify FlashVars in
theme_zoomify()should do the trick. Setting the variablezoomifyNavWindowto 0 should hide the navigator. But for some reason, this is not working for me. Please try it and let me know if you get better results. If you do, I will add administrative settings to insert additional FlashVars to the theme. Refer to this page for the available settings.Comment #3
jcdarwin commentedThe parameter needed is actually
zoomifyNavigatorVisible=0. I got stuck with this for quite a while before stumbling across the answer.Comment #4
infojunkieThanks jcdarwin for the info! I committed a patch to add extra FlashVars to the Zoomify viewer.
Comment #5
infojunkie