PDA

View Full Version : How to disable auto resize image in VB4 ?


kotlt99
10-23-2010, 11:49 AM
I want to disable Auto-Resize image features of VB4. How to do it ? Ex http://fm-vn.com/diendan/showthread.php?t=20843&p=248652#post248652 , original one http://img266.imageshack.us/img266/6817/fm11startscreen.jpg

Lynne
10-23-2010, 03:23 PM
It's set here:
.postbit .content img, .postbitlegacy .content img, .postbitdeleted .content img, .postbitignored .content img, .eventbit .content img {max-width:800px;}
I believe that stylevar is image_medium_max or just change the CSS in additional.css

kotlt99
10-23-2010, 04:41 PM
I don't see "image_medium_max" in stylevar. How to change the CSS ?

Lynne
10-23-2010, 05:44 PM
It should be there. If not, then do a Search in Templates for that line of CSS. I got that from your site, so it is there.

Wolver2
11-09-2012, 11:52 PM
It's set here:
.postbit .content img, .postbitlegacy .content img, .postbitdeleted .content img, .postbitignored .content img, .eventbit .content img {max-width:800px;}
I believe that stylevar is image_medium_max or just change the CSS in additional.css

Hi Lynne,

thanks for your reply on his post.

EDIT: I just fixed the issue with your method! Thanks

scorpss
11-10-2012, 12:10 AM
Hello , can you please tell me in wich template to edit size exactly ?
cause i used a hack , and it is very bad ...

thanks for you

Lynne
11-10-2012, 01:01 AM
Hello , can you please tell me in wich template to edit size exactly ?
cause i used a hack , and it is very bad ...

thanks for you
Please see posts 2 and 4.