The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    Auto resize screen content?

    Professor
    Professor
    New Member


    Posts : 9
    Reputation : 1
    Language : English

    Solved Auto resize screen content?

    Post by Professor Tue Jun 04, 2013 12:47 am

    Sorry if already asked and answered but I could not find a similar topic that had an answer...

    How can I auto-resize my forum content?

    I have a portal page which on my large monitor looks great:
    https://i.servimg.com/u/f80/18/26/42/18/1110.jpg
    Auto resize screen content? 1110

    On my Lap-Top it does not!:
    https://i.servimg.com/u/f80/18/26/42/18/2210.jpg
    Auto resize screen content? 2210

    The html is set to resize img files as pixel numbers - how do I make this appear the same (row and column) but smaller images on a smaller monitor?

    Portal link:
    http://maddeningnews.englishboard.net/portal

    Forum link in signature: Thanks...

    ETA: Signature seems inactive: Link here: http://maddeningnews.englishboard.net/
    Professor
    Professor
    New Member


    Posts : 9
    Reputation : 1
    Language : English

    Solved Re: Auto resize screen content?

    Post by Professor Tue Jun 04, 2013 7:47 pm

    OK, by experimenting I found a solution:

    Instead of fixed pixel size parameters:
    Code:
    <img width="250" height="180" src="http://www.SITE.com/IMAGE.png"></img>

    Use percentage (of frame/window/widget) parameter:
    Code:
    <img width="60%" height="180" src="http://www.SITE.com/IMAGE.png"></img>


    SOLVED - this thread can be closed!
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Auto resize screen content?

    Post by SLGray Wed Jun 05, 2013 2:41 am

    Thanks for posting the solution.
    Topic Solved & Locked



    Auto resize screen content? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is Sun Sep 22, 2024 9:30 pm