[fr]
Description
Ce plugin permet d’avoir un aperçu de l’image au survol de la miniature
quelques images valent mieux qu’un long discours :
Fonctionnalités
Le plugin gère les effets de bords et propose en option :
- la taille maximale des images affichées
- un effet de transparence sur la miniature survolée
- l’affichage du titre de l’image
L’apparence peut être modifiée via CSS. Voici ce qui est affiché par défaut :
<div id="tooltip" ><img src="" style="opacity: 0; display: none;"></div>
avec
#tooltip { background: url("../images/ajax-loader.gif") no-repeat scroll 12px 12px #E6E4D8; border-radius: 10px 10px 10px 10px; box-shadow: 3px 3px 7px #000000; min-height: 32px; min-width: 32px; padding: 12px; z-index: 900; }
Démo
Sur la galerie Planète Flop, ici-même !
Un problème ? Des questions ?
Utilisez les forums de Piwigo : si vous me contactez par mail, je vous demanderai de poster sur les forums car votre message peut intéresser d’autres personnes. Pas de support dans les commentaires non plus !!
[/fr]
[en]
About
This plugin pops up a preview when the mouse is over a thumbnail
Features
The plugin manage the edge effects and has 3 options:
- the maximal size for the displayed picture
- a transparency effect for the thumbnail on hover
- the display of the picture tittle
The tooltip can be customize. This is the default html/css :
<div id="tooltip" ><img src="" style="opacity: 0; display: none;"></div>
with
#tooltip { background: url("../images/ajax-loader.gif") no-repeat scroll 12px 12px #E6E4D8; border-radius: 10px 10px 10px 10px; box-shadow: 3px 3px 7px #000000; min-height: 32px; min-width: 32px; padding: 12px; z-index: 900; }
Demo
On Planète Flop, right there !
Problem/Question ?
Please use the Piwigo forum : my mail and the commentaries are not for support!
[/en]