<?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%2FResizing_Limits</id>
		<title>CKEditor 3.x/Howto/Resizing Limits - 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%2FResizing_Limits"/>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=CKEditor_3.x/Howto/Resizing_Limits&amp;action=history"/>
		<updated>2026-05-19T11:29:14Z</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/Resizing_Limits&amp;diff=5774&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/Resizing_Limits&amp;diff=5774&amp;oldid=prev"/>
				<updated>2011-02-10T11:05:01Z</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 Limit the Width and Height for CKEditor Resizing?}}&lt;br /&gt;
CKEditor window can be [[CKEditor_3.x/Users_Guide/Interface#Resizing_and_Maximizing_CKEditor|resized]] if the &amp;lt;code&amp;gt;[http://docs.cksource.com/ckeditor_api/symbols/src/plugins_resize_plugin.js.html resize]&amp;lt;/code&amp;gt; plugin is enabled. You can however define the minimum and maximum dimensions to prevent the editor window from becoming too small or too big to handle.&lt;br /&gt;
&lt;br /&gt;
To define the minimum editor dimensions after resizing, specify the &amp;lt;code&amp;gt;[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.resize_minWidth resize_minWidth]&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.resize_minHeight resize_minHeight]&amp;lt;/code&amp;gt; values in pixels.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
config.resize_minWidth = 300;&lt;br /&gt;
config.resize_minHeight = 300;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To define the maximum editor dimensions after resizing, specify the &amp;lt;code&amp;gt;[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.resize_maxWidth resize_maxWidth]&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.resize_maxHeight resize_maxHeight]&amp;lt;/code&amp;gt; values in pixels.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
config.resize_maxWidth = 800;&lt;br /&gt;
config.resize_maxHeight = 600;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Anna</name></author>	</entry>

	</feed>