SOLVED Exceed The Limit


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

Profile PM  
Subject: Re: Exceed The Limit
have a look for this...

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


ADAPT it to your css, change the number 500.

Subject: Re: Exceed The Limit
TuningBEB2008 wrote: [View Post]
have a look for this...

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


ADAPT it to your css, change the number 500.


where?

Profile PM  
Subject: Re: Exceed The Limit
You can also add it at the end of your CSS and sees what happens.

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


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

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.

Subject: Re: Exceed The Limit
is work now...tks

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.0732s (PHP: 24% SQL: 76%)
SQL queries: 12 - Debug Off - GZIP Enabled