Bardzo efektowna modyfikacja po najechaniu na fotke tlo sciemnia sie a obrazek powieksza ;)
Kod html:
Version: 1.2.0
Install
1. Upload folder 'highslide' into forum root. (Prześlij folderu "highslide" do głównego forum.)
2. Edit file 'includes/class_bbcode.php' (znajdz i zaedytuj plik..)
find:
return '<img src="' . $link . '" border="0" alt="" />';
Replace with:(Zamień na:)
/* Start Image RESIZE by ThaiNgoc MyTu */
$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 > 340 ? 180 : true);" /></a>';
} else {
return '<a href="' . $link . '" class="highslide" onclick="return hs.expand(this)" ><img src="' . $link . '" border="0" alt="" style="max-width: 430px;" /></a>';
}
/* End Image RESIZE by ThaiNgoc MyTu*/
You can change max width resize. :D
3. Import XML File: AdminCP -> Plugin System -> Manage Products -> Add / Import Product