IE 썸네일 bicubic

Crystal Clear action info.png 작성 중인 문서입니다.
IE bicubic 썸네일
인터넷 익스플로러 바이큐빅 썸네일

1 소스 코드[ | ]

<html>
<head>
<style>
img.nearest { -ms-interpolation-mode:nearest-neighbor }
img.bicubic { -ms-interpolation-mode:bicubic }
</style>
</head>
<body>
<img src="sphere.jpg" width="175" height="350" class="nearest">
<img src="sphere.jpg" width="175" height="350">
<img src="sphere.jpg" width="175" height="350" class="bicubic">
<p>Change the zoom level of the page to see the difference.</p>
</body>
</html>

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}