댓글 썸네일 채택완료
그누x쵸딩
4년 전
조회 1,513
댓글에 에디터로 첨부이미지를 출력하는데
<?php
if (strstr($list[$i]['wr_option'], "secret") && $is_admin) {
$list[$i]['wr_content'] = url_auto_link(html_entity_decode(get_view_thumbnail($list[$i]['wr_content'])));
echo $list[$i]['wr_content'] ;
} else if ( $list[$i]['wr_option']!="secret" ){
$list[$i]['wr_content'] = url_auto_link(html_entity_decode(get_view_thumbnail($list[$i]['wr_content'])));
echo $list[$i]['wr_content'] ;
}
?>
이게 5.3에서 잘나오는데
5.4에 넣으니
이미지가 게시판 폭을 넘쳐버리는데 왜 그럴까요?
어디를 고쳐야 할지,,,ㅜㅜ
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인