JS control picture, such as scaling the scale of sample code

Source: Internet
Author: User

  This article is mainly on the JS control picture, such as proportional scaling sample code is introduced, the need for friends can come to the reference, I hope to help you.

The code is as follows: <script language= "JavaScript" > Function DrawImage (imgd,fitwidth,fitheight) {       var Image=new Image ();        IMAGE.SRC=IMGD.SRC;        if (image.width>0 && image.height>0) {           IF (image.width/image.height>= fitwidth/fitheight) {               if (image.width>fitwidth) {         &N Bsp         imgd.width=fitwidth;                    imgd.height= (image.height*fitwidth)/image.width;               ,                else{&nbs p;                  imgd.width=image.width;                    imgd.height=image.height;            &NBsp  }                       else{     &NB Sp         if (image.height>fitheight) {                 & nbsp Imgd.height=fitheight;                    imgd.width= (image.width*fitheight)/image.height;               ,                else{&nbs p;                  imgd.width=image.width;                    imgd.height=image.height;                {           &N      Bsp {  }      </script>     Call method:   Code as follows: <a href= "ADMIN/<? echo $rscase [' Path ']?> ' target= ' _blank ' ><img src="ADMIN/<? echo $rscase [' Path ']?> ' alt=] Click to enlarge the picture "width=" 180 "height=" 180 "onload=" Javascript:drawimage (this,180,); ' Hspace= ' 3 "Vspace=" 3 "border=" 0 "/></a>  

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.