|
#1
|
|||
|
|||
|
Photo Enlarges
Just installed PP on Xampp and using the Relaxation theme. When I display small images, it enlarges to about double that size on display. (it does this on just the Relaxation theme)
Question: is there a way to keep all the images the same as original sizes without enlarging them? |
|
#2
|
||||
|
||||
|
Probably the widht and height of the image are hardcoded in the template. Does the format stays constant? Then this is probably the case.
I'll have to look into the Relaxation theme to see were it is in the CSS.
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
|
|
#3
|
|||
|
|||
|
Hi, thanks for the reply. Yes, all the images large or small, blow up to one large size.
gary |
|
#4
|
||||
|
||||
|
ok, then the size for the image is set in the template
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
|
|
#5
|
|||
|
|||
|
I'm unable to find where to edit that image setting in Relaxation template, but luckily, there are other templates that work perfectly.
Thanks..gary |
|
#6
|
||||
|
||||
|
Perhaps someone else can have a look at it, I'm swamped. Sorry about that
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
|
|
#7
|
||||
|
||||
|
The Relaxation template has hard coded the image width to 550 pixels.
In image_template.html you'll see: HTML Code:
<img src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="<IMAGE_TITLE>" width="550" id="photo" />
__________________
My Photoblog If you find my help useful please consider feeding the PixelPost Kitty If you're short on cash just feed my ego |
|
#8
|
|||
|
|||
|
Ah, thank you dakwegmo, I was looking but must have missed that code in the file. I'll go and look hard for it.
Update: just adjusted the file to 350px and it works great! thanks again. gary |
|
#9
|
||||
|
||||
|
Glad to help. Make sure you post a link to your site when it's up so everyone can see.
__________________
My Photoblog If you find my help useful please consider feeding the PixelPost Kitty If you're short on cash just feed my ego |
| Post Reply |
| Thread Tools | |
|
|