Thumbnails effect? Thumbnails effect?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Thumbnails effect?

Started by eeviiitaa, February 06, 2010, 05:33:31 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

eeviiitaa

Hi! two months ago, I've viewed one pretty light effect at the thumbnails from one gallery. This gallery is powered by coppermine. The question is...how to make this effect?

The gallery is this:   http://www.vanessa-hudgens.org/photos/index.php

I've searched in ALL the forum, but I don't find anything like this.

Sorry for my bad english, I'm spanish, and I 've questioned in the Spanish Support Forum two months ago. If you have any idea from this, good, tell me please.


papukaija

The gallery uses a custom theme which seems to have some css to do the effect.

Joachim Müller

The effect is based on .picthumb span {
background: url(images/thumbtop.png) no-repeat;
position: absolute;
width: 80px;
height: 55px;
top: 6px;
left: 6px;
display: block;
}
defined in http://www.vanessa-hudgens.org/photos/themes/rockstar/style.css
The image for the transparent effect is http://www.vanessa-hudgens.org/photos/themes/rockstar/images/thumbtop.png - I have attached it. You don't need particular Coppermine skills to figure all that out.

eeviiitaa

Sorry for not reply. Now i've visited the photo gallery of vannesa, I know is did with css this effect but...in her gallery when an thumbnail picture has a hiperlink, appears after the <a href="blablabla"> an <span>, and this span plus the css does that, the thumbnail crystal effect.

example:

<div class="picthumb"><a href="thumbnails.php?album=1383"><span></span><img src="albums/candids/2010/0729LunchdateinHollywoodwithZac/thumb_016.jpg" class="image" width="70" height="80" border="0" alt="016.jpg" title="Fichero: 016.jpg
Tamaño: 1489KB
Dimensiones: 2400x3300
Fecha de alta: 31 de Jul de 2010"/></a></div>

But in my gallery THIS DOESN'T EXIST.

I want know how to put this on my gallery.

Have I to put something in the theme.php? or another archive? or in what archive? what i have to put? how i have to do?

eeviiitaa

an friend said me how to do this an hour ago. Thanks anyway.