Activity Stream
48,167 MEMBERS
6955 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Banned

    Question How do I resize an image in a div in the following manner?

    OK, I have doubt guys... The question is Suppose i have placed a series of images of various widths in a div and i want all of them to be resized to fit the div if they cross 700px in height and width.

    How can I do so?
    my123world Reviewed by my123world on . How do I resize an image in a div in the following manner? OK, I have doubt guys... The question is Suppose i have placed a series of images of various widths in a div and i want all of them to be resized to fit the div if they cross 700px in height and width. How can I do so? Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Retired NinJa
    Website's:
    loledhard.com
    max-width:xxpx or max-width:xx% in ur css or in ur tag
    <div style="max-width:xx%;max-height:xx%">
    XX
    </div>
    well it would resize to xx% of div's height or width

    *thanks to RT (he recommended me that some days ago )



    You don't hate Justin bieber.You hate the fact you ain't Justin Bieber!

  4.     
    #3
    Member
    Website's:
    epicimagehost.com
    #div img{
    height: auto;
    max-width: 700px;
    }

    No sure tho

    edit:
    After reading it again I think you want this:

    #divname img{
    height: 100%;
    width: 100%;
    max-width: 700px;
    max-height: 700px;
    }

    OR

    #divname img{
    height: 100%;
    max-width: 700px;
    }

    Just keep on fiddling until it works on all browsers.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Resize Image
    By cyb3r in forum Graphics Area
    Replies: 1
    Last Post: 15th Sep 2011, 02:50 PM
  2. Looking for some new Image resize mod
    By Spartan in forum phpBB
    Replies: 1
    Last Post: 27th May 2011, 08:58 AM
  3. Image resize in DLE
    By John in forum Webmaster Discussion
    Replies: 1
    Last Post: 30th Dec 2010, 01:31 AM
  4. how to resize image in DL
    By loverhaker in forum Forum and DDL Discussion
    Replies: 0
    Last Post: 28th Aug 2010, 01:48 AM

Tags for this Thread

BE SOCIAL