Resizing Shared Photo Preview!

Maybe the first time around when I asked this question, I might have came out wrong. I am trying to resize the preview image seen when either a guest or member looks at the Shared Images.

Check out the link below to the DEMO for Dolphin , and what I'm talking about...

http://www.demozzz.com/dolphin/demo/photo/gallery/--2008-10-22

The image shown in the "Photo" section is small. My max photo setting within the Admin Panel is 800x800 pixels, however when they show up, they are cropped (not even resized) to the middle of the photo in that tiny annoying little 350x350 or so tiny box.

What I want is the capability of having like the link below, but the preview around 800x800. Now I figure that what I am looking for is NOT in the Admin Panel, but the sizing is somewhere listed within one of the numerous PHP or HTML files within the Dolphin script. I'm trying to find that happy little file to modify.

Anyone who can point me in the right direction to it, I would appreciate it very much. In the mean time, I'll keep looking around until I hopefully find it.

Quote · 16 Dec 2008

I figured it out for anyone wanting to change that annoying small box to reflect your the maxium size of your image. Below is how to do it...

I find it easier to just connect to your files through FTP to modify files, so that is how I did it.

Navigate to www.yoursite.com/dolphin/templates/tmpl_TEMPLATE IN USE/css

Fine the .css file viewphoto.css

Find this string of code and change the pixel value to what you need. I changed the width and height to 640, which reflex my max upload image size....

div#viewFile
{
background-position: center;
background-repeat:no-repeat;
width: 340px;
height: 340px;
margin:auto;

Quote · 19 Dec 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.