<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: FAQ - Make images not zoomed in by default</title>
		<link>http://www.themolitor.com/forums/topic/make-images-not-zoomed-in-by-default</link>
		<description>THE MOLITOR FORUMS &#187; Topic: FAQ - Make images not zoomed in by default</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 06:46:06 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/make-images-not-zoomed-in-by-default" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "FAQ - Make images not zoomed in by default"</title>
			<link>http://www.themolitor.com/forums/topic/make-images-not-zoomed-in-by-default#post-30935</link>
			<pubDate>Mon, 22 Sep 2014 09:19:30 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">30935@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>This is for the HTML version of Zoom. For the WordPress version, please review this FAQ thread: <a href="http://www.themolitor.com/forums/topic/make-images-not-zoomed-in-by-default-1" rel="nofollow">http://www.themolitor.com/forums/topic/make-images-not-zoomed-in-by-default-1</a></p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>igoncanaries on "FAQ - Make images not zoomed in by default"</title>
			<link>http://www.themolitor.com/forums/topic/make-images-not-zoomed-in-by-default#post-30929</link>
			<pubDate>Mon, 22 Sep 2014 09:09:06 +0000</pubDate>
			<dc:creator>igoncanaries</dc:creator>
			<guid isPermaLink="false">30929@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, i cannot find the items in the script to change in zoom v2, is there a different way to do this now its been updated?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - Make images not zoomed in by default"</title>
			<link>http://www.themolitor.com/forums/topic/make-images-not-zoomed-in-by-default#post-2625</link>
			<pubDate>Sun, 03 Apr 2011 09:28:20 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">2625@http://www.themolitor.com/forums/</guid>
			<description><ol>
<li>Open "scripts.js"</li>
<li><strong>Locate the following:</strong><br />
<pre><code>//ADD IMAGE CONTAINER AND SIDEBAR CONTROLS...
... &#60;div id=&#039;imageContainer&#039;&#62;&#60;/div&#62; ...</code></pre>
</li>
<li><strong>Change it to the following (excluding the "..."):</strong><br />
<pre><code>//ADD IMAGE CONTAINER AND SIDEBAR CONTROLS...
... &#60;div id=&#039;imageContainer&#039; class=&#039;small&#039;&#62;&#60;/div&#62; ...</code></pre>
</li>
<li><strong>Locate the following:</strong><br />
<pre><code>//ADD THUMB CONTROLS...
... &#60;a href=&#039;#&#039; class=&#039;round3&#039; id=&#039;zoom&#039; title=&#039;Zoom In/Out&#039;&#62;Zoom&#60;/a&#62; ...</code></pre>
</li>
<li><strong>Change it to the following (excluding the "..."):</strong><br />
<pre><code>//ADD THUMB CONTROLS...
... &#60;a href=&#039;#&#039; class=&#039;round3 out&#039; id=&#039;zoom&#039; title=&#039;Zoom In/Out&#039;&#62;Zoom&#60;/a&#62; ...</code></pre>
</li>
<li><strong>Locate the following:</strong><br />
<pre><code>zoom.toggle(function(){
	imageContainer.addClass(&#34;small&#34;);
	zoom.addClass(&#34;out&#34;);
},function(){
	imageContainer.removeClass(&#34;small&#34;);
	zoom.removeClass(&#34;out&#34;);
});</code></pre>
</li>
<li><strong>Change it to the following:</strong><br />
<pre><code>zoom.click(function(){
	imageContainer.toggleClass(&#34;small&#34;);
	zoom.toggleClass(&#34;out&#34;);
});</code></pre>
</li>
</ol></description>
		</item>

	</channel>
</rss>
