Closed (fixed)
Project:
Album Photos
Version:
6.x-2.6-beta3
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2009 at 21:48 UTC
Updated:
31 Jul 2013 at 05:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
amokK-2 commentedI'd like to know something similar. I want the images in the photo albums to show in popups, since high-res pics dont fit into the node. Unforunately, I only started working with Drupal and PHP 3 weeks ago, so I dont really know how to do it myself.
Thanks in advance.
Comment #2
marijawo commentedI would liket to do a similar thing. I have attached a proto-type.
Please help.
Comment #3
radiofranky2009 commentedI found a work around. change the photo.css
.photos_imagehtml_thickbox{
position: absolute;
left: 0px;
bottom: 0px;
display:none;
width:100px; <= your thumb size
height:100px;<= your thumb size
}
a.photos_imagehtml_thickbox:hover{
}
Comment #4
nathaniel commented