efr

by zz on March 9th, 2010
No notes
Syntax: JavaScript
Show lines - Hide lines - Show in textbox - Download
					$('#thumbnail + div > img').css({
						width: Math.round(selection.width) + 'px',
						height: Math.round(selection.height) + 'px',
						marginLeft: '10px',
						marginTop: '10px'
					});

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS