Quote:
Originally Posted by Playa82
This is what i got at my Site:
Code:
/* Start Image RESIZE */
$navigator_user_agent = ( isset( $_SERVER['HTTP_USER_AGENT'] ) ) ? strtolower( $_SERVER['HTTP_USER_AGENT'] ) : '';
if (stristr($navigator_user_agent, "msie")) {
return '<a href="' . $link . '" class="highslide" onclick="return hs.expand(this)" ><img src="' . $link . '" border="0" alt="" style="width: expression(this.width > 700 ? 600 : true);" /></a>';
} else {
return '<a href="' . $link . '" class="highslide" onclick="return hs.expand(this)" ><img src="' . $link . '" border="0" alt="" style="max-width: 600px;" /></a>';
}
/* End Image RESIZE */
vvvvv Preview here vvvv
http://crackmuzik-gfx-elite.de/site-...ide-added.html
|
That's the same result that I got.
I don't like how the highslide effects even very small pictures (like the ones in the sigs on your site). I want it to leave small pictures alone.
I'm using Firefox, BTW.