썸네일 첫번째깨 안나와요~ 채택완료
안녕하세요
게시판 수정해서 사용하고 있는데요
배경으로 썸네일을 보여지고 했는데 첫번째만 안나오네요 왜이러는 걸까요/. ㅜㅜ
0 && ($i % $bo_gallery_cols == 0)) $style = 'clear:both;'; else $style = ''; if ($i == 0) $k = 0; $k += 1; if ($k % $bo_gallery_cols == 0) $style .= "margin:0 !important;"; ?>
게시물이 없습니다."; } ?>답변 1개
$thumb = get_list_thumbnail($board['bo_table'], $list[$i]['wr_id'], $board['bo_gallery_width'], $board['bo_gallery_height']);
는 밑에서 처리하고 처리전인 윗라인에 $thumb['src']를 써주셨어요.
0 && ($i % $bo_gallery_cols == 0)) $style = 'clear:both;'; else $style = ''; if ($i == 0) $k = 0; $k += 1; if ($k % $bo_gallery_cols == 0) $style .= "margin:0 !important;";
$thumb = get_list_thumbnail($board['bo_table'], $list[$i]['wr_id'], $board['bo_gallery_width'], $board['bo_gallery_height']);
?>
이렇게 위로 올려주세요.
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
웹디라서 별거아닐수있는데 이런거에 완전 약해서요 ㅜㅜ