Exceed The Limit »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Exceed The Limit



ticos [ Thu 01 Oct, 2009 02:31 ]
Post subject: Exceed The Limit
friends, necessary of the following aid, my forum this qualified that the user post images placed in another site, but when the user post this image it exceeds the lateral limit of the forum. how I can stop never to exceed the limit?
Style: Black pearl


th_corte


TuningBEB2008 [ Thu 01 Oct, 2009 04:11 ]
Post subject: Re: Exceed The Limit
have a look for this...

Code: [Hide] [Select]
/* Image */
img { max-width: [color=red]500[/color]px; }


ADAPT it to your css, change the number 500.


ticos [ Thu 01 Oct, 2009 17:41 ]
Post subject: Re: Exceed The Limit
TuningBEB2008 wrote: [View Post]
have a look for this...

Code: [Hide] [Select]
/* Image */
img { max-width: [color=red]500[/color]px; }


ADAPT it to your css, change the number 500.


where?


Mighty Gorgon [ Fri 02 Oct, 2009 12:30 ]
Post subject: Re: Exceed The Limit
You can also add it at the end of your CSS and sees what happens.

Code: [Hide] [Select]
/* Image */
img { max-width: 500px; }


It won't work on older IE version anyway...


brewster [ Tue 03 Nov, 2009 22:30 ]
Post subject: Re: Exceed The Limit
And keep in mind that it will break your forum and require a scroll bar to see the entire image in a post. Better to resize your images to fit the current max allowable width.

If you absolutely MUST do this, do what MG says and add it to the very end of the stylesheet.css so if you don't like it it's easy to find later and remove.


ticos [ Fri 11 Jun, 2010 05:20 ]
Post subject: Re: Exceed The Limit
is work now...tks




Powered by Icy Phoenix