I would like to change the current image setting to when user clicks on the image, a lightbox type displays. Currently happens only when you click on lower left corner of the image. I want to make it as default for everyone.

thanks

CommentFileSizeAuthor
#2 gallery_view.gif8.63 KBmarijawo

Comments

amokK-2’s picture

I'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.

marijawo’s picture

StatusFileSize
new8.63 KB

I would liket to do a similar thing. I have attached a proto-type.

Please help.

radiofranky2009’s picture

I 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{

}

nathaniel’s picture

Status: Active » Closed (fixed)