how to auto resize Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
5 posters

    how to auto resize

    hicheel
    hicheel
    Forumember


    Male Posts : 118
    Reputation : 2
    Language : mongolian
    Location : Mongolia

    how to auto resize Empty how to auto resize

    Post by hicheel March 27th 2009, 7:48 am

    how to image auto resize? sorry i can't speak english
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    how to auto resize Empty Re: how to auto resize

    Post by Sanket March 27th 2009, 7:53 am

    On this forum, its not possible to auto resize. There is a suggestion to auto resize, you can vote there.
    musket
    musket
    Helper
    Helper


    Male Posts : 1130
    Reputation : 131
    Language : English
    Location : Northern Ireland

    how to auto resize Empty Re: how to auto resize

    Post by musket May 14th 2009, 9:03 pm

    There was a solution as I recall that was recently posted
    to add CSS code to your CSS script to effect an auto resize
    of photo's

    Code:
    postbody img{
      max-width:600px;
      border:0px;
      width: expression(this.width > 600 ? 600: true);}

    place in css and adjust the 600px to whatever size wanted
    Sorry I can't remember the members nic who posted it but I thank him for sharing it with us banana
    tony_h
    tony_h
    Forumember


    Male Posts : 245
    Reputation : 6
    Language : English
    Location : Ireland

    how to auto resize Empty Re: how to auto resize

    Post by tony_h September 3rd 2009, 7:24 pm

    Hi,

    Can you tell me how to add that script to my site, it would be perfect & solve a lot of problems for me!!
    Ina
    Ina
    Forumember


    Female Posts : 435
    Reputation : 3
    Language : All in one
    Location : St. Andrew's land

    how to auto resize Empty Re: how to auto resize

    Post by Ina September 4th 2009, 3:18 am

    Administration panel - Display - Pictures and Colors - Colors - CSS Stylesheet
    You add the code and press Submit button.
    I don't know what version of the forum you have, and maybe the next time you ask for a code will be better to specify this.
    I will give you the simplest code.
    The previous one will not work since the comma from the beginning of the code it's missing.
    Code:
    .postbody img {max-width: 640px;}
    The 640 dimension can be changed with the one that fits you best.
    tony_h
    tony_h
    Forumember


    Male Posts : 245
    Reputation : 6
    Language : English
    Location : Ireland

    how to auto resize Empty Re: how to auto resize

    Post by tony_h September 5th 2009, 12:38 am

    Added that update & it seems to have worked!!


    Thanks

    (by the way you don't have a code to restrict people posting by post count?)