Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Image resizing help needed

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #40194
    osamaziadxb
    Member

    Hi. I am new to programing and i am stuck in image resizing.
    this is the java code i am using for thumbnail image resizing but it is not helping.

    var thumbnail_mode = "no-float" ; summary_noimg = 430; summary_img = 340; img_thumb_height = 150; img_thumb_width = 250;

    The problem is. Thumnail image is not resizing relatively. I changed the img_thumb_width and height to auto but still its not working. Anyone who can help me .
    This is my blog where i test templates.
    http://spyderarea.blogspot.com/

    Thanks :)

    #111411
    HemZone
    Member

    You have to generate thumb images dynamically without loosing aspect ratio.

    Please, check this link–>http://www.webinfopedia.com/create-thumbnail-image-in-PHP.html

    Hope you will get idea.

    Thanks

    #111414
    osamaziadxb
    Member

    This link is not working.

    #111422
    chrisburton
    Participant
    #111429
    osamaziadxb
    Member

    It doesn’t work ..I tried it several times.

    #111430
    chrisburton
    Participant

    @osamaziadxb Does it say anything when you go there or is it just a 404 error?

    #111435
    TheDoc
    Member

    The link works fine, I’m guessing something on your system is stopping you from visiting it? Firewall?

    #111452
    osamaziadxb
    Member

    I don’t know but it says the page you are looking for is not available? Is there any other way where i can take the concept.
    Thanks

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.