Forums / Cotonti / Support / [img] change size?

pieter
#28125 2011-01-26 22:56
this is javascript, I forgot the headerpart:

	<script type="text/javascript"> 
		$(document).ready(function() {
			jQuery(function($) {
				$("a[href]").filter(function() {
					return /\.(jpg|png|gif)$/i.test(this.href);
				}).slimbox({}, null, function(el) {
					return (this == el) || (this.parentNode && (this.parentNode == el.parentNode));
				});
			});
			$(".scale").jScale({ls:"550px"})
 
		});
	</script> 
... can we help you ...