
이미지 업로드 하면 이미지 2개의 사이에 공간이 생깁니다. ..
저걸 틈이 전혀없이 완전히 붙이는 방법 없을까요 ?
". modules / editor / tpl / js / uploader.js"
temp_code = '';
temp_code += "<center><img src=\""+file.download_url+"\" alt=\""+file.source_filename+"\"";
if(obj.complete == true) { temp_code += " width=\""+obj.width+"\" height=\""+obj.height+"\""; }
temp_code += " /></center><p></p>\r\n";
text.push(temp_code);
댓글 3
temp_code += "<center><img src=\""+file.download_url+"\" alt=\""+file.source_filename+"\"";
if(obj.complete == true) { temp_code += " width=\""+obj.width+"\" height=\""+obj.height+"\""; }
temp_code += " /></center>";
text.push(temp_code);
그래도 공백이네요 .. 다수 이미지들 사이를 간격일절없이 완전히 붙이고싶은데 ..
아래 짤 2개 보면 2개사이의 작은 틈도 없이 완전히 붙이는 ..