I love Nigel.. He posts/shares the best information..
So I am asking you two a question..
Riddle me this.. One of the stumbling blocks for adding the ability for the large image to display instead of the medium image on the small image hover has been lightbox compatibility..
After thinking about what nagelkruid posted earlier and looking at Nigel's solution, it occurred to me that if I were to use THIS solution and make this an admin configurable option, I can't see how there would be a lightbox conflict.. Am I wrong or is this possibly doable?? I am LEARY because previous attempts to add this to the IH2 codebase led to all kinds of issues..
(and I'm NOT a PHP coder..)
PHP Code:
if Use_Medium_Image = True
$zoom_sizetype = ($this->sizetype=='small')?'medium':'large';
else
$zoom_sizetype = ($this->sizetype=='small')?'large':'medium';
Yeah yeah yeah I know there's brackets missing and some other syntaxy stuff.. but will this work?? 

Originally Posted by
nigelt74

Originally Posted by
nagelkruid
I do believe this hover is done by IH isn't it? (even for the attribute images)
perhaps it could be considered to make an admin switch with default and/or large image hover to be selected at will since this seem to be one of the returning questions on this module.
Bookmarks