Quote:
Originally Posted by Ricsca
Finally a product that works me with my forum integrated in the portal...
Possible ? to make to see a notice when the image resize?
Thanks 1000
|
Yep, look for:
Code:
var strNewHTML = '<a href="' + img.src + '" target="_blank"><img width = "' + max_width + '" src="' + img.src + '" border=0 alt="" /></a>';
in the hack, and simply add to the end of it like:
Code:
var strNewHTML = '<a href="' + img.src + '" target="_blank"><img width = "' + max_width + '" src="' + img.src + '" border=0 alt="" /></a><br />Image Resized Down';