vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Forum Display Enhancements - Very simple image resize (CSS only) (https://vborg.vbsupport.ru/showthread.php?t=127266)

OsMoSiS.it 09-25-2006 12:09 PM

Quote:

Originally Posted by pauloo
Thanks ! nice job

works with Firefox 1.5 but and not IE 6.0

Click here (post #829): http://www.elaborare.info/forum/vbul...135646&page=56

Do you see the image resized?

transitbus 09-25-2006 03:52 PM

If I may...

Try this instead. It works great in IE 6 & 7 and Firefox 1.5x

Code:

/* BEGIN Image resize */
#posts IMG
{
    max-width: 95%;
    height: expression(this.height > 1024 ? "1024px" : true);
    width: expression(this.width > 768 ? "768px" : true);
}

#collapseobj_threadreview IMG {
    max-width: 95%;
    height: expression(this.height > 1024 ? "1024px" : true);
    width: expression(this.width > 768 ? "768px" : true);
}
/* END Image resize */


pauloo 09-30-2006 08:24 AM

Thanks transitbus, it's very well ;)

principino1984 09-30-2006 11:20 AM

finally a hack that works great... could you just add a code to restore the original size in a popup?

thanks

Marco

MarsNIIT 10-02-2006 07:44 AM

Quote:

Originally Posted by transitbus
If I may...

Try this instead. It works great in IE 6 & 7 and Firefox 1.5x

Code:

/* BEGIN Image resize */
#posts IMG
{
    max-width: 95%;
    height: expression(this.height > 1024 ? "1024px" : true);
    width: expression(this.width > 768 ? "768px" : true);
}

#collapseobj_threadreview IMG {
    max-width: 95%;
    height: expression(this.height > 1024 ? "1024px" : true);
    width: expression(this.width > 768 ? "768px" : true);
}
/* END Image resize */


Fire fox 1.5 : OKey
IE 6.0: Okey
Ie 7.0 : Okey :D
All version're Okey :D !! So thx

But could you just add a code to restore the original size in a popup?

MarsNIIT 10-04-2006 01:25 AM

I found how to restore the original size in a new windows

1) Open class_bbcode.php
2) line 1884 change
Quote:

return '<img src="' . $link . '" border="0" alt="" />';
to
Quote:

return '<a target="_blank" href="' . $link . '"><img src="' . $link . '" border="0" alt="" /></a>';
OK??? :P

smsmasters 10-04-2006 06:55 PM

Works great, how do I get this to work with posts shown on the vbadvanced news page?

R.Solutions 10-08-2006 09:40 AM

Seems like i cant get it to work, sames images break up my post width.

Endurer 10-12-2006 03:33 PM

Thank you :) It works like a charm.

Capper5016 10-14-2006 07:08 PM

hmmmmm, the original seemed to work okay, but the one added later in the thread makes avatars in the posts disappear


All times are GMT. The time now is 03:00 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01149 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete