mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
이미지 리사이즈 관련 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6373 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bc9f6378aa
commit
cabc3ddd63
2 changed files with 2 additions and 1 deletions
|
|
@ -170,6 +170,7 @@ $(document).ready(function(){
|
|||
img.attr("width",1);
|
||||
});
|
||||
var offsetWidth = $(this).width();
|
||||
alert(offsetWidth);
|
||||
|
||||
$(this).find("img").each(function(){
|
||||
var img = $(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue