썸네일 크기변경이 안됩니다ㅠㅠ 도움부탁드려요 채택완료
http://sir.kr/data/editor/2404/3537669777_1713769513.2043.png" width="100%" />
가로로 좀더 넓히고싶습니다!!
index 페이지에서 썸네일 크기 아무리건드려봐도 반응이없구요....
latest_skin 에서도 건드려도 크기엔 아무반응이없습니다. 머가문제일까요?
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('', 0);
$thumb_width = is_numeric($options['thumb_width']) ? $options['thumb_width'] : 200;
$thumb_height = 0;
$title = $options['title'] ? $options['title'] : $bo_subject;
$content_len = is_numeric($options['content_len']) ? $options['content_len'] : 100;
?>
';
$bg_style = "background-image:url(".$img.");";
?>
답변 3개
답변을 작성하려면 로그인이 필요합니다.
로그인
/* 새글 스킨 (latest) */
style은 이게 끝입니다...