그누보드5 도움좀 부탁드립니다. 채택완료
뽀로롱2
7년 전
조회 2,125
쭈욱 떙기고 싶은데 안땡겨지네요 2일을 난리를 펴봐도 하질 못하겠습니다. 이벤트 창은 삭제 한 상황이고 현재 코드 입니다. 어떻게 바꾸어 주어야 할까요.
500, // 썸네일 width
'thumb_height' => 300, // 썸네일 height
'content_length' => 0 // 간단내용 길이
);
echo latest('theme/basic', 'mun', 6, 25, 1, $options);
?>
500, // 썸네일 width
'thumb_height' => 300, // 썸네일 height
'content_length' => 0 // 간단내용 길이
);
echo latest('theme/gallery', 'si', 6, 25, 1, $options);
?>
댓글을 작성하려면 로그인이 필요합니다.
답변 2개
채택된 답변
+20 포인트
7년 전
원래 위에 있던 이미지를 지우셨나보네요 theme/noodle2/css/mobile.css 192번째 줄
#idx_m2 .idx_m2_2 {position:relative; max-height:600px; overflow:hidden;} (max-height를 600px로)
theme/noodle2/mobile/skin/latest/basic/style.css 4번째 줄
.it {height:600px;} (height:600px 추가해주세요)
로그인 후 평가할 수 있습니다
답변에 대한 댓글 2개
�
뽀로롱2
7년 전
�
멜븐
7년 전
theme/noodle2/mobile/skin/latest/basic/style.css 4번째 줄
.it {position:relative; padding:15px; height:600px;} <- height:600px 추가하셨나요?
.it {position:relative; padding:15px; height:600px;} <- height:600px 추가하셨나요?
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
https://imgur.com/a/6th9l5e 이런식으로 나오네요.