Plugin pour Piwigo : Image Preview

English FrançaisFrançais

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!