resize full size picture

0
i want the full size picture resized too instead of being "resized" in the browser, how do I do that?
Responses (4)
  • Accepted Answer

    Friday, July 03 2009, 03:19 PM - #Permalink
    0
    uf

    to achieve this you'd have to modify some code, and its not easy (many things to consider)

    NOT recomended at all

    why you want this?¿ you can have it the way you want it using the css properties (the way it is now), and you mantain the original file with all its quality...
    The reply is currently minimized Show
  • Accepted Answer

    Friday, July 03 2009, 04:54 PM - #Permalink
    0
    from experience i know a lot of people just simply upload a scan or photo and these can be quite huge. ofcourse they could resize before upload but thats as strange as it might sound not something people like to or can do.

    So the easiest way would be to resize to a max (definable) size when uploaded.
    The reply is currently minimized Show
  • Accepted Answer

    Friday, July 03 2009, 05:08 PM - #Permalink
    0
    well, in this case you'll have to treat the images as thumbs (that are automaticly created on the proper size every time that you upload an image)

    you'll have to add some PHP code, so you need some skills or at least some knowledge on PHP.

    if you know PHP, I'll tell you what files do you have to modify
    The reply is currently minimized Show
  • Accepted Answer

    Friday, July 03 2009, 06:04 PM - #Permalink
    0
    That would be great :) I was thinking about that as an option too.

    I have no problem understanding php, though probably not as well as you do :)
    The reply is currently minimized Show
Your Reply