Quote Originally Posted by DivaVocals View Post
Interesting.. thanks for the share.. Was thinking as I looked this over that this would be nice if this was an admin selectable option.. Maybe I'll give that a play when my time permits..
You make it hard to keep it simple... uploaded my true files.. I was thinking of using both zoom and wheelzoom with a switch, but decided to just do wheelzoom which covers all I needed.

Yes, I did a switch, ZEN_COLORBOX_SCALEPHOTOS its part of the options file on my site.. removed from autoload..

Code:
if (ZEN_COLORBOX_SCALEPHOTOS == 'true') {
echo 
', onComplete:function(){ wheelzoom(document.querySelectorAll(\'.cboxPhoto\')); }';
}