4images Forum & Community
4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: mzawdi on May 02, 2009, 05:23:48 AM
-
plz how can add shift zoom
exp :
http://www.netzgesta.de/shiftzoom
-
Hi!
ist easy :)
1.) copy "shiftzoom.js" in your root.
2.)in header.html search
{if has_rss}
insert above:
<script type="text/javascript" src="shiftzoom.js"></script>
3.) search in templates/yourTemplates/media/jpg.html
<img src="{media_src}" border="1" alt="{image_name}" {width_height} ><br>
and replace
<img onLoad="shiftzoom.add(this,{showcoords:true,zoom:100});" src="{media_src}" border="1" alt="{image_name}" width="450" height="300" ><br>
mfg Andi
-
Hi!
ist easy :)
1.) copy "shiftzoom.js" in your root.
2.)in header.html search
{if has_rss}
insert above:
<script type="text/javascript" src="shiftzoom.js"></script>
3.) search in templates/yourTemplates/media/jpg.html
<img src="{media_src}" border="1" alt="{image_name}" {width_height} ><br>
and replace
<img onLoad="shiftzoom.add(this,{showcoords:true,zoom:100});" src="{media_src}" border="1" alt="{image_name}" width="450" height="300" ><br>
mfg Andi
Thank you for help
-
thnks :D
plz how can add ajax slide menu exp N° 9 in my home.html
http://www.byscripts.info/scripts/javascript-dynamic-accordion-menu