링크 조회 : 375
<img id='Img1' src='http://www.phpschool.com/images/LOGO.gif' width='100' onclick='AlertImgSize(this)'>
<script>
function AlertImgSize(ElemId) {
var Size = GetImageSize(Img1);
alert('Width: ' + Size.Width + ', Height: ' + Size.Height);
}
</script>
<script>
function GetImageSize(ElemId) {
with(TmpImg = document.body.appendChild(document.createElement('img'))) {
src = ElemId.src;
var Width = offsetWidth;
var Height = offsetHeight;
}
document.body.removeChild(TmpImg);
return { Width : Width, Height : Height };
}
</script>
<img src="어쩌구저쩌구" width="100" name="asdasd">
<script>
var img=new image();
img.src=document.all.asdasd.src;
alert(img.width);
</script>
원리
이미지의 SRC를 가져와서 새 이미지객체를 만든다.
새로 만들어진 이미지객체는 본래 이미지의 크기를 가진다.
그 크기를 알아낸다.
이미지 객체는 지운다.
| 제목 |
|---|
| [기본형] HTML (with 부트스트랩5.3 , jquery 3.7, vue.js) |
| 유용한 리눅스(LINUX) 명령어 |
| [공지] 기술 게시판 |
일 |
월 |
화 |
수 |
목 |
금 |
토 |
|---|---|---|---|---|---|---|
|
4.26
|
4.27
|
4.28
|
4.29
|
4.30
|
5.1
|
5.2
|
|
5.3
|
5.4
|
5.5
|
5.6
|
5.7
|
5.8
|
5.9
|
|
5.10
|
5.13
|
5.14
|
5.15
|
5.16
|
||
|
5.17
|
5.18
|
5.19
|
5.20
|
5.21
|
5.22
|
5.23
|
|
5.24
|
5.25
|
5.26
|
5.27
|
5.28
|
5.29
|
5.30
|
|
5.31
|
6.1
|
6.2
|
6.3
|
6.4
|
6.5
|
6.6
|