<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[kboard-iframe의 height 문제]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/24506</link>
		<description><![CDATA[<p>안녕하세요. 저는 default 스킨을 사용하고 있어요.</p>

<p>그런데 kboard-iframe이 아래와 같이 height=250px로 되어 있구요.</p>

<p>&lt;iframe id="kboard-iframe-1" src="/?kboard_id=1&amp;amp;view_iframe=1" style="width: 100%;height: 250px;" scrolling="no" frameborder="0"&gt;&lt;/iframe&gt;</p>

<p> </p>

<p>kboard의 style에서 min-height=250px로 되어 있어요.</p>

<p>&lt;div id="kboard" style="float:left;width:100%;min-height:250px"&gt;<br />
 </p>

<p>min-height를 250px이 너무 넓어서 좀 줄이고 싶은데요... css 업데이트를 통해 수정하려 해도 적용이 안되네요. 방법이 없을까요?</p>]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[&amp;lt;script&amp;gt;function reflushIframeYsize(){var sectiona = jQuery(&quot;#kboard-iframe-' ...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/35959</link>
			<description><![CDATA[<div style="background:#eeeeee;border:1px solid #cccccc;padding:5px 10px;">&lt;script&gt;function reflushIframeYsize(){var sectiona = jQuery("#kboard-iframe-' . $this-&gt;board_id . '");var height = 0;var liListArray = jQuery(sectiona.context).children().map(function() {return (jQuery(this).offset().top + jQuery(this).outerHeight());});height = Math.max.apply(Math, liListArray);sectiona.height(height);}setInterval(reflushIframeYsize,500);&lt;/script&gt;</div>

<p>이거다..</p>

<p>이게 직빵이다.. 암걸리는 세로 사이즈 맞추기<br />
<br />
KBoardBuilder.class.php :: create() 메서드 iframe 생성시키는 return 문자열에 태그 아래에 끼워넣으면 된다..<br />
그냥 좀 꼭 이래야되냐.. 싶다.</p>

<p> </p>

<p><strong>그냥 0.5초마다 iframe 하위 태그중 y축에서 가장 수치가 높은것을 하나 선별하여 그만큼 iframe height를 늘려준다.</strong></p>]]></description>
			<author>배줜</author>
			<pubDate>Mon, 19 Aug 2019 02:22:55 +0000</pubDate>
			<category>KBoard</category>
		</item>
				<item>
			<title><![CDATA[이거다 이게 직빵이다.. 암걸리는 세로 사이즈 맞추기
이거다..

KBoardBuilder.class.php :: create() ...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/35957</link>
			<description><![CDATA[이거다 이게 직빵이다.. 암걸리는 세로 사이즈 맞추기<br />
이거다..<br />
<br />
KBoardBuilder.class.php :: create() 메서드 iframe 생성시키는데 태그 하단에 끼워넣으면 된다..<br />
그냥 좀 꼭 이래야되냐.. 싶다.]]></description>
			<author>배줜</author>
			<pubDate>Mon, 19 Aug 2019 02:19:07 +0000</pubDate>
			<category>KBoard</category>
		</item>
				<item>
			<title><![CDATA[잘 되네요. 빠른 답변 감사합니다. 많은 도움 되었습니다.]]></title>
			<link>https://www.cosmosfarm.com/threads/document/24515</link>
			<description><![CDATA[<p>잘 되네요. 빠른 답변 감사합니다. 많은 도움 되었습니다.</p>]]></description>
			<author>케빈</author>
			<pubDate>Thu, 12 Jul 2018 00:30:21 +0000</pubDate>
			<category>KBoard</category>
		</item>
				<item>
			<title><![CDATA[안녕하세요~^^

아이프레임으로 보기는 독립된 페이지에서

게시판이 표시되기 때문에 워드프레스의 CSS...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/24511</link>
			<description><![CDATA[<p>안녕하세요~^^</p>

<p>아이프레임으로 보기는 독립된 페이지에서</p>

<p>게시판이 표시되기 때문에 워드프레스의 CSS 적용이 안될 수 있습니다.</p>

<p>테마의 사용자 정의하기 쪽 대신</p>

<p>워드프레스 관리자 -&gt; KBoard -&gt; 대시보드 페이지에서</p>

<p>커스텀 CSS 입력 필드에 아래처럼 코드를 추가해보시겠어요?</p>

<pre>
<code class="language-css">#kboard { min-height: 150px !important; }</code></pre>

<p>고맙습니다.</p>]]></description>
			<author>스레드봇</author>
			<pubDate>Wed, 11 Jul 2018 23:35:50 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>