<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://docs-old.ckeditor.com/index.php?action=history&amp;feed=atom&amp;title=CKEditor_3.x%2FHowto%2FEditor_Size</id>
		<title>CKEditor 3.x/Howto/Editor Size - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://docs-old.ckeditor.com/index.php?action=history&amp;feed=atom&amp;title=CKEditor_3.x%2FHowto%2FEditor_Size"/>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=CKEditor_3.x/Howto/Editor_Size&amp;action=history"/>
		<updated>2026-05-19T11:29:19Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=CKEditor_3.x/Howto/Editor_Size&amp;diff=5771&amp;oldid=prev</id>
		<title>Anna: Article contents added</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=CKEditor_3.x/Howto/Editor_Size&amp;diff=5771&amp;oldid=prev"/>
				<updated>2011-02-09T10:28:10Z</updated>
		
		<summary type="html">&lt;p&gt;Article contents added&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{#CUSTOMTITLE:How Do I Change the Size of the Editor?}}&lt;br /&gt;
To define the default size of the editor, use the &amp;lt;code&amp;gt;[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.width width]&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.height height]&amp;lt;/code&amp;gt; configuration settings.&lt;br /&gt;
&lt;br /&gt;
Note that the &amp;lt;code&amp;gt;width&amp;lt;/code&amp;gt; value can be given as a number representing the value in pixels or as a percent representing the size relative to the parent element containing the editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
config.width = 850;&lt;br /&gt;
config.width = '75%';&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;height&amp;lt;/code&amp;gt; value defines the height of CKEditor [[CKEditor 3.x/Users Guide/Interface/Editing Area|editing area]] and can be given in pixels or em. Percent values are not supported.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
config.height = 500;&lt;br /&gt;
config.height = '25em';&lt;br /&gt;
config.height = '300px';&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Anna</name></author>	</entry>

	</feed>