ChopSuey
11-04-2009, 10:00 PM
DEMO (http://vb.aljawarh.net/t96410.html) LOL. Not mine.
Upload the class_bbcode.php file to your root/includes folder and overwrite the existing file.
After the upload go to
AdminCP > Styles & Templates > Style Manager > Style
Add to additional CSS Definitions
/* IMG RESIZE */
.img_resize:hover
{
width:100%;
height:100%;
}
.img_resize
{
width:40%;
height:40%;
}
See the numbers in red? Change to your likings.
Upload the class_bbcode.php file to your root/includes folder and overwrite the existing file.
After the upload go to
AdminCP > Styles & Templates > Style Manager > Style
Add to additional CSS Definitions
/* IMG RESIZE */
.img_resize:hover
{
width:100%;
height:100%;
}
.img_resize
{
width:40%;
height:40%;
}
See the numbers in red? Change to your likings.