Why 595 and not 600 px?
I prepare my pictures in Photoshop, so I do not want them to be compressed again. Where do I change the code to keep them the way they are?
Since my pictures are the size they should be I also want to remove the link to LARGER picture.
Thanks. I love your software.
I haven't tried this myself, but I think with the lastest version of ZP, if you enter a value for 'image size' in the [i]config.php[/i] file larger than the actual image, then nothing will be resized.
To remove the link to the original file, just delete the lines:
">
and the trailing:
``
from [i]image.php[/i] in your theme's folder and you should be all set.
Many thanks!
In fact it tried anyway to make a 'sized' picture of the original, which can get very annoying when this one is quite big (wallpaper)... Actually my webserver gets too busy when creating this picture, so I figured out to bypass this process:
in the image.php of your template, remove the s code as faramineux said, and replace the
`by [img][/img]">`
which gives the original picture.
Hope it helps...