Welcome to Discuss Everything Forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.


 

Tags for this Thread

+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    d4m4s74's Avatar
    Junior Member

    Status
    Offline
    Join Date
    Aug 2009
    Posts
    6
    Downloads
    0
    Uploads
    0
    you can use css.

    Give the image an ID
    <img src="image.jpg" id="image">
    and give it a variable size
    #image {
    width = 50%;
    height = 50%;
    }

    For really high res screens you might want to set a max width and height too

  2. #2
    d4m4s74's Avatar
    Junior Member

    Status
    Offline
    Join Date
    Aug 2009
    Posts
    6
    Downloads
    0
    Uploads
    0
    you can use css.

    Give the image an ID
    <img src="image.jpg" id="image">
    and give it a variable size
    #image {
    width = 50%;
    height = 50%;
    }

    For really high res screens you might want to set a max width and height too

  3. #3
    raym0nd's Avatar
    Junior Member

    Status
    Offline
    Join Date
    Sep 2009
    Posts
    6
    Downloads
    0
    Uploads
    0
    You can try resize using percentage in its width and height, didn't test yet.

  4. #4
    raym0nd's Avatar
    Junior Member

    Status
    Offline
    Join Date
    Sep 2009
    Posts
    6
    Downloads
    0
    Uploads
    0
    You can try resize using percentage in its width and height, didn't test yet.

  5. #5
    raym0nd's Avatar
    Junior Member

    Status
    Offline
    Join Date
    Sep 2009
    Posts
    6
    Downloads
    0
    Uploads
    0
    You can try resize using percentage in its width and height, didn't test yet.

  6. #6

    Resizing images with HTML?

    I'm working on an internal website at work, and at the top of the page I have the company's logo. There are dozens of computers where I work, and some monitors are larger than others.

    Is there a way (using HTML, XHTML, CSS, etc.) that I can get my image to automatically resize itself to the width of any monitor it is being displayed on? Like an "img: fit" tag or something? Please help. This has been eating me alive for a week.

    PS. I'm coding this oldschool style- in MS Notepad. The default browser is Firefox.

  7. #7
    d4m4s74's Avatar
    Junior Member

    Status
    Offline
    Join Date
    Aug 2009
    Posts
    6
    Downloads
    0
    Uploads
    0
    you can use css.

    Give the image an ID
    <img src="image.jpg" id="image">
    and give it a variable size
    #image {
    width = 50%;
    height = 50%;
    }

    For really high res screens you might want to set a max width and height too

 

 

Quick Reply Quick Reply

Click here to log in


What is the sum of 36 and 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Help Resizing Images?
    By jack in forum Ælternate Reality - The PhotoChop Shop
    Replies: 0
    Last Post: 02-02-2011, 06:51 PM
  2. Resizing images help?
    By purple in forum Ælternate Reality - The PhotoChop Shop
    Replies: 1
    Last Post: 07-04-2010, 11:35 AM
  3. I need help with resizing images for printing!!!?
    By fhotoace in forum Ælternate Reality - The PhotoChop Shop
    Replies: 13
    Last Post: 09-17-2009, 09:42 AM
  4. cost for resizing collaging images.?
    By augusta in forum Ælternate Reality - The PhotoChop Shop
    Replies: 0
    Last Post: 08-12-2009, 01:07 AM
  5. Resizing the images on a mac?
    By desifrom305 in forum Ælternate Reality - The PhotoChop Shop
    Replies: 0
    Last Post: 04-22-2009, 09:29 PM

Bookmarks

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •