<script>
window.onload = function() {
alert('페이지 전체가 로드되었습니다.');
// 이미지까지 모두 로드된 후에 실행
alert(`이미지 사이즈: ${img.offsetWidth}x${img.offsetHeight}`);
};
</script>
<img id="img" src="https://en.js.cx/clipart/train.gif?speed=1&cache=0">
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.