>  기사  >  웹 프론트엔드  >  js는 loading_image 특수 효과 시 이미지 크기를 자동으로 조정합니다.

js는 loading_image 특수 효과 시 이미지 크기를 자동으로 조정합니다.

WBOY
WBOY원래의
2016-05-16 19:04:17955검색

// 메서드: setSelectReadOnly는 선택 컨트롤 ReadOnly를 설정하는 데 사용됩니다.
// 이것은 읽기 전용을 시뮬레이션하지만 실제로는 읽기 전용이 아닙니다
// onbeforeactivate, onfocus, onmouseover, onmouseout 이벤트를 사용합니다
// 예 : ;
// sl로 생성
//------------------------------- - ------------------
function ImgAutoSize(imgD,FitWidth,FitHeight)
{
var image1=new Image()
image1; .onload = 함수 ()
{
if(this.width>0 && this.height>0)
{
if(this.width/this.height>= FitWidth/FitHeight) else imgd.width =
imgd.height = height; Height; =this.width;
imgD.height=this.height;
} }
}
}
image1 =
}

image1.src= imgD.src;
imgD.style.cursor = '손';
imgD.onclick= function(){openWin(this.src,'imgphoto',600,400)}
imgD.title = " 새 창에서 원본 이미지를 보려면 클릭하세요.";
}

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.