The Arcive of vBulletin Modifications Site. |
|
Image Resize using Lytebox ( 3.6.x ) Details »»
|
|||||||||||||||||||||||||
This's simple hack for resize large images using Lytebox,also integration with vB attachments for vbb 3.6.x.You can find this mod for vbb 3.7.x at HERE.I used it on my forum http://Hoiquantinhoc.com and i didnt see any problem with it.Here you can see online demo
Here we go ! ///////////////////////////////////////////////////////////////////////// HISTORY Ver 1.5
INSTALLATION
PHP Code:
PHP Code:
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
The picture is not resizing in IE6.
|
|
#3
|
|||
|
|||
|
Okay I fixed it by changing your IMG Css to:
Code:
#posts IMG
{
max-width:'.$width.'; width: expression(this.width > \'500\' ? \'500\': true);
}
|
|
#4
|
||||
|
||||
|
tnx I im Download & test addon
|
|
#5
|
|||
|
|||
|
Looks interesting but in your test forum I can't see any resize (using IE7 and Firefox 2). Please take a look
|
|
#6
|
|||
|
|||
|
Is it me, or is this really intensive on the browser? I have a page with three pictures and it slows down my computer a lot!!! I can't help but think about my users who have older computers. This might be a big problem for them.
|
|
#7
|
|||
|
|||
|
Quote:
Quote:
|
|
#8
|
|||
|
|||
|
Great looking addition !
Lets say that I install this on my forums and make the code edit as instructed, if at a later date I disable Lytebox through admincp (but not uninstall it), will my images still be shown as normal or will there be a problem displaying them ? Will this display an 'Image Resized' or similar message ? |
|
#9
|
|||
|
|||
|
No, unfortunately it don't show any type of message. I think that it will be a very good idea to print out a message so users will know that the image they are seeing has been scaled and when they clic over it will be showed at full size
![]() I have found that it plugin also resize the images of signatures... It's normal? About the system resources that this plugin eats, in my Core Duo it works fine but ?n my Pentium 4 (1.8GHz) it takes about 80% of the CPU usage when I clic over a scaled image to see it in full size. The effect isn't good because there is a lag in the animation
|
|
#10
|
|||
|
|||
|
Quote:
Quote:
|
![]() |
|
|