function Preview(ele) { $('img').attr('src', ele.value); var reader = new FileReader(); reader.onload = function (e) { $('img').attr('src', e.target.result); var ww = img.clientWidth; var hh = img.clientHeight; if(ww < hh) { var picture = $('img'); picture.one('load', function() { picture.guillotine({eventOnChange: 'guillotinechange'}); var data = picture.guillotine('rotateRight').guillotine('fit'); }); } if(ww > hh) { var picture = $('img'); picture.one('load', function() { picture.guillotine({eventOnChange: 'guillotinechange'}); var data = picture.guillotine('fit'); }); } //location.href="?sise="+ww; //window.location.href = "test_ro.php?sise=" + ww; } reader.readAsDataURL(ele.files[0]); } <input name="pic1" type="file" id="pic1" onChange="Preview(this)" >
$("#img").rotate({ bind: { mouseover : function() { $(this).rotate({animateTo:180}) }, mouseout : function() { $(this).rotate({animateTo:0}) } } });
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง