Taylor Swift
Taylor Alison Swift (born December 13, 1989) is an American country pop singer-songwriter and actress.
Rihanna
Rihanna (born February 20, 1988)is a Barbadian R-B recording artist and model born in Saint Michael, Barbados.
Black Eyed Peas
The Black Eyed Peas is a Grammy Award winning hip hop group that formed in Los Angeles, California in 1995.
Lady Antebellum
Lady Antebellum is an American country music group formed in Nashville, Tennessee in 2006.
| mod_zoominfo |
|
|
|
| Written by Administrator |
| Friday, 16 April 2010 14:24 |
|
Demonstration page of Joomla! 1.5 module mod_zoominfo - GPL - Free
The module is based on the Jquery script Zoom-info described in the Addy Osmani tutorial (www.addyosmani.com) and implements a simple image gallery allowing to display picture teaser text on hovering. It supports multiple uses on the same page or on several pages by defining a unique id for each module . Module allows to define following settings: * images folder
Changelog: V1.1 - 01 May 2010 : Version corrected for jquery noconflict support V1.2 - 03 May 2010 : Version corrected for Transitional XHTML validation compliance V1.3 - 06 May 2010: Version once again corrected for full compliance to Tansitional XHTML V1.4 and 1.4.1 - 29 May 2010: Version 1.4 and 1.4.1 corrects support for pictures 7 to 9 settings.. Note: This product is not affiliated with or endorsed by the Joomla! Project. It is not supported or warranted by the Joomla Project or Open Source Matters. V1.4.2 - 08 Aug 2010: Version adapted to fit image width defined as module parameter and no more a fixed width or 325px when hovering is removed. |
| Last Updated on Sunday, 08 August 2010 16:33 |



Comments
It is better to use the forum to ask for support.
Just provide your live site url and I will put a look on it.
Daniel
Regards
Regarde le tuto sur http://www.lesh.fr.nf/joomla15_test relatif à zoominfo qui explique l'insertion du module dans un article.
Rmq: pour du support, il vaut mieux utiliser le forum.
Daniel
je cherche à fixer l'insertion des images du module zoom info dans un article. Template : ja purity II. J'ai un soucis les images sont zoomées au survol souris, mais tout bouge. Je voudrais le fixer dans un bandeau dans l'article.
Merci bien des réponses par avance.
http://Strictement-Confidentiel.com/
A bientôt.
$(this).find('img').animate({width: <?php echo $width; ?>, marginTop:0, marginLeft:0},300);
Very nice module :)
I've had a problem when img width was not 325px.
Here is a solution:
in default.php added line 104:
# get the width of first image
list($width) = getimagesize($i mage_img1);
and changed a line arround 142 (script, second function statement to:
# changed 325 constant to $width
$(this).find('img').animate({width: , marginTop:0, marginLeft:0},300);
Now it works providing that all images have same width.
Hope it helps, keep it up!
Bogo from Split, Croatia