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.

Auto Resizing of Images Posted On the Forum

5 posters

Go down

Auto Resizing of Images Posted On the Forum Empty Auto Resizing of Images Posted On the Forum

Post by Noor May 14th 2009, 8:33 pm

hi

i just wanted to know whether there is option for resizing the images posted on the forum automatically

Bigger size or the images make the look of the forum weird

please find a screenshot as below.. i found that on one forum .. the actual size of the pic was big but it was reduced automatically after a few seconds...



Auto Resizing of Images Posted On the Forum Mutqbd
Noor
Noor
Forumember

Posts : 125
Reputation : 0
Language : English, Urdu, Punjabi

Back to top Go down

Auto Resizing of Images Posted On the Forum Empty Re: Auto Resizing of Images Posted On the Forum

Post by Sanket May 14th 2009, 8:43 pm

Not possible. Sorry.
Sanket
Sanket
ForumGuru

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

Back to top Go down

Auto Resizing of Images Posted On the Forum Empty Re: Auto Resizing of Images Posted On the Forum

Post by Noor May 14th 2009, 8:52 pm

can i suggest this??
Noor
Noor
Forumember

Posts : 125
Reputation : 0
Language : English, Urdu, Punjabi

Back to top Go down

Auto Resizing of Images Posted On the Forum Empty Re: Auto Resizing of Images Posted On the Forum

Post by Sanket May 14th 2009, 8:53 pm

It has already been suggested, just search for it & vote.
Sanket
Sanket
ForumGuru

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

Back to top Go down

Auto Resizing of Images Posted On the Forum Empty Re: Auto Resizing of Images Posted On the Forum

Post by Noor May 14th 2009, 9:09 pm

i found the Suggested topic... U may lock this
Noor
Noor
Forumember

Posts : 125
Reputation : 0
Language : English, Urdu, Punjabi

Back to top Go down

Auto Resizing of Images Posted On the Forum Empty Re: Auto Resizing of Images Posted On the Forum

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

One solution is to add css code to your css script
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

I can't rmember who but thanks to the member who posted it banana
musket
musket
Helper
Helper

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

http://hemmingsdaman2.forumotion.co.uk/

Back to top Go down

Auto Resizing of Images Posted On the Forum Empty Re: Auto Resizing of Images Posted On the Forum

Post by Noor May 14th 2009, 9:30 pm

lol!

Didnt work
Noor
Noor
Forumember

Posts : 125
Reputation : 0
Language : English, Urdu, Punjabi

Back to top Go down

Auto Resizing of Images Posted On the Forum Empty Re: Auto Resizing of Images Posted On the Forum

Post by nightmare May 15th 2009, 1:43 pm

musket wrote:One solution is to add css code to your css script
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

I can't rmember who but thanks to the member who posted it banana

it do work for me and I have been using that for long...BTW my forum is invision
avatar
nightmare
New Member

Posts : 20
Reputation : 0
Language : English, Filipino

Back to top Go down

Auto Resizing of Images Posted On the Forum Empty Re: Auto Resizing of Images Posted On the Forum

Post by Noor May 15th 2009, 4:05 pm

hm..
may be it works on invision

Mine is phpBB2 ..
Noor
Noor
Forumember

Posts : 125
Reputation : 0
Language : English, Urdu, Punjabi

Back to top Go down

Auto Resizing of Images Posted On the Forum Empty Re: Auto Resizing of Images Posted On the Forum

Post by ilkzz May 15th 2009, 5:16 pm

Could someone suggest the same code for phhpbb3 too.
avatar
ilkzz
Forumember

Male Posts : 209
Reputation : 0
Language : english
Location : London

http://www.allroudforum.free-boards.net

Back to top Go down

Auto Resizing of Images Posted On the Forum Empty Re: Auto Resizing of Images Posted On the Forum

Post by Noor May 15th 2009, 5:39 pm

Add this to your css.

Code:

    img {
    border: 0px;
    text-decoration: none;
    max-width: 700px;
    }



-=~Splytte~=- Gave this code few minutes back
This worked with me... Try may be it works with phpBB3 :wouhou:
Noor
Noor
Forumember

Posts : 125
Reputation : 0
Language : English, Urdu, Punjabi

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum