The Arcive of vBulletin Modifications Site. |
|
Auto resize Huge images for [IMG] bbcode Details »»
|
|||||||||||||||||||||||||
I find lots of people are looking for [IMG] hack. So i share mine now.
The hack modifies only a few lines and the images are resized automaticly by javascript. Open functions_bbcodeparse.php Search: PHP Code:
PHP Code:
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
nice.
|
|
#3
|
|||
|
|||
|
Would be a great hack if it works.. pics are gone on he front of vBadvanced CMPS.. Small pics are still there.. In the message it self it is still there, but still big size..
But how can I adjust the limits? Wat is a big picture?? It would be great if it works! To often members post to big pics of other webistes... |
|
#4
|
|||
|
|||
|
the key is
Code:
onload="if(this.width>screen.width-255) {this.width=screen.width-255;this.alt='Full View';}"
increasing it makes your pics smaller. |
|
#5
|
|||
|
|||
|
Installed, thanks for the hack.
|
|
#6
|
||||
|
||||
|
Has anyone tried this with the WYSIYG editor. It doesn't seem to be compatible as it posts part of the javascript.
|
|
#7
|
|||
|
|||
|
Quote:
note: Code:
onload="if(this.width>screen.width-255) Code:
javascript: |
|
#8
|
||||
|
||||
|
Here is an example:
|
|
#9
|
|||
|
|||
|
Quote:
select - copy - paste? if you paste a image with javascript code, it will appear like that. for example, you paste an image which is already autoresized. Use [img] code instead. |
|
#10
|
||||
|
||||
|
Thanks for the hack
|
![]() |
|
|