모바일: 게시판스킨 전체선택 레이블 감춤

This commit is contained in:
whitedot
2013-05-03 16:02:22 +09:00
parent 9a32e7e631
commit abcc1441f5
3 changed files with 89 additions and 84 deletions

View File

@ -115,7 +115,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
?>
</nav>
<article id="bo_v_atc">
<article id="bo_v_atc" class="img_resize">
<header>
<h1>본문</h1>
</header>
@ -182,8 +182,6 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
</div>
<script>
<?php if ($board['bo_download_point'] < 0) { ?>
$(function() {
@ -237,8 +235,8 @@ $(function() {
function view_image_resize()
{
var $img = $("#bo_v_atc img");
var img_wrap = $("#bo_v_atc").width();
var $img = $(".img_resize img");
var img_wrap = $(".img_resize").width();
$img.each(function() {
var img_width = $(this).width();