Remo, thx a lot for this really good free add-on. But i have a problem. I have to add more pics on many pages, and it's really boring to lauch the add-on for every pic, is there a way to add more pics at one lauch of the add-on??
Review posted by Remo on at
block updated
André, I added a new checkbox which allows you to display a title underneath the picture..
Review posted by monobasic on at
Good stuff
Thanks Remo for this I use it a lot..
However there is no image caption witch I solved:
In view.php change the last part to:
<div id="zoomImage<?php echo $bID;?>">
<img src="<?php echo $fileName;?>" alt="<?php echo $controller->altText; ?>"/>
<p id="zoomImage<?php echo $bID;?>_caption"><?php echo $controller->altText; ?></p>
</div>
This way the alt text of the image will be used for the image caption.
Review posted by synlag on at
Zoom Zoom Zoom
Wow, what a great block and look it's free!
THX Remo
Review posted by agenceAparte on at
great job
thank you !
Review posted by riczito on at
Sorted out the bug
It was a fancyzoom bug, and the fix is as follows :
Having trouble with the image-popup being behind other elements? Etc. when other scripts like thishttp://malsup.com/jquery/cycle/... are in use.
Try this:
fancyzoom.js line 10:
div id=”zoom” style=”display:none;”
edit to:
div id=”zoom” style=”display:none; position: relative; z-index: 900;”
Zoom image
Thanks for another great FREE add-on!