<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>zooming pictures &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/zooming-pictures/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/zooming-pictures/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 25 Dec 2025 09:25:19 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/zooming-pictures/#post-243489</guid>
					<title><![CDATA[zooming pictures]]></title>
					<link>https://theme.co/archive/forums/topic/zooming-pictures/#post-243489</link>
					<pubDate>Mon, 06 Apr 2015 23:48:24 +0000</pubDate>
					<dc:creator>Sicovaja</dc:creator>

					<description>
						<![CDATA[
						<p>hello </p>
<p>i need your help.<br />
how can i zoom on a picture like here<br />
<a href="https://www.internetx.com/" rel="nofollow">https://www.internetx.com/</a></p>
<p>i tried every solution i found but somehow i&#8217;m hanging&#8230;<br />
<a href="http://dev.sicovaja.com.62-new.webflow.de/" rel="nofollow">http://dev.sicovaja.com.62-new.webflow.de/</a></p>
<p>thanks for your help</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/zooming-pictures/#post-243527</guid>
					<title><![CDATA[Reply To: zooming pictures]]></title>
					<link>https://theme.co/archive/forums/topic/zooming-pictures/#post-243527</link>
					<pubDate>Tue, 07 Apr 2015 01:22:15 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for posting in.</p>
<p>Please add the following code in your <strong>Customizer via Appearance &gt; Customize &gt; Custom &gt; CSS:</strong></p>
<pre><code>.zoom-in-effect{
   -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.zoom-in-effect:hover{
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}</code></pre>
<p>Then add the following CSS to hide the overflow of the container</p>
<pre><code>.js .x-column {
   overflow: hidden; 
}
</code></pre>
<p>Then add this <strong>zoom-in-effect</strong> class   in your image</p>
<p><code>&lt;img class=&quot;x-img x-img-none none zoom-in-effect&quot; src=&quot;http://dev.sicovaja.com.62-new.webflow.de/wp-content/uploads/2015/03/Colocation.jpg&quot;&gt;</code></p>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/zooming-pictures/#post-243530</guid>
					<title><![CDATA[Reply To: zooming pictures]]></title>
					<link>https://theme.co/archive/forums/topic/zooming-pictures/#post-243530</link>
					<pubDate>Tue, 07 Apr 2015 01:37:49 +0000</pubDate>
					<dc:creator>Sicovaja</dc:creator>

					<description>
						<![CDATA[
						<p>yes that helped big time! thank you!</p>
<p>i&#8217;ve got another question though &#8211; is there a possibitity to position my pictured relative to the middle of the text field next to it?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/zooming-pictures/#post-243537</guid>
					<title><![CDATA[Reply To: zooming pictures]]></title>
					<link>https://theme.co/archive/forums/topic/zooming-pictures/#post-243537</link>
					<pubDate>Tue, 07 Apr 2015 01:54:59 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Your always welcome. Happy to help.</p>
<p>If you are referring to vertical positioning of the images, please adjust the value of <strong>margin-top</strong> on the image itself:</p>
<p>From the current value of 35% try 29% or adjust to your preferred spacing.</p>
<p><code>&lt;img class=&quot;x-img x-img x-img-none none zoom-in-effect x-img-none none&quot; style=&quot;margin-top: 29%;&quot; src=&quot;http://dev.sicovaja.com.62-new.webflow.de/wp-content/uploads/2015/03/Colocation.jpg&quot;&gt;</code></p>
<p>If not, can you be more specific on the positioning? A screenshot on what should happen would be a great help.</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/zooming-pictures/#post-243980</guid>
					<title><![CDATA[Reply To: zooming pictures]]></title>
					<link>https://theme.co/archive/forums/topic/zooming-pictures/#post-243980</link>
					<pubDate>Tue, 07 Apr 2015 16:29:07 +0000</pubDate>
					<dc:creator>Sicovaja</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I mean that instead of adjusting the margin-top if there is a possibility of positioning relative to the text next to the picture.<br />
For now i have a content band with 2/3+1/3 proportion. In 2/3 is all the Text and in the left third it&#8217;s a picture. And a margin-top beween 25% and 35%. But this percentage means 25%/35% of the picture not the container part next to it.<br />
I want to have the picture to be optically in the middle to the text.</p>
<p>Thank you </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/zooming-pictures/#post-244182</guid>
					<title><![CDATA[Reply To: zooming pictures]]></title>
					<link>https://theme.co/archive/forums/topic/zooming-pictures/#post-244182</link>
					<pubDate>Tue, 07 Apr 2015 21:05:04 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn&#8217;t mind providing us with a little more clarification on what it is you&#8217;re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we&#8217;ll be happy to provide you with a response once we have a better understanding of the situation.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/zooming-pictures/#post-244246</guid>
					<title><![CDATA[Reply To: zooming pictures]]></title>
					<link>https://theme.co/archive/forums/topic/zooming-pictures/#post-244246</link>
					<pubDate>Tue, 07 Apr 2015 22:48:41 +0000</pubDate>
					<dc:creator>Sicovaja</dc:creator>

					<description>
						<![CDATA[
						<p>Hey,</p>
<p>here is a shreenshot 😉<br />
<a href="http://dev.sicovaja.com.62-new.webflow.de/?page_id=316" rel="nofollow">http://dev.sicovaja.com.62-new.webflow.de/?page_id=316</a></p>
<p>thanks in advance</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/zooming-pictures/#post-244368</guid>
					<title><![CDATA[Reply To: zooming pictures]]></title>
					<link>https://theme.co/archive/forums/topic/zooming-pictures/#post-244368</link>
					<pubDate>Wed, 08 Apr 2015 04:08:50 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Define a margin-top for the images with same value as the heading. Try to add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>.zoom-in-effect {
  margin-top: 12% !important;
}</code></pre>
<p>Hope it helps, Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/zooming-pictures/#post-244811</guid>
					<title><![CDATA[Reply To: zooming pictures]]></title>
					<link>https://theme.co/archive/forums/topic/zooming-pictures/#post-244811</link>
					<pubDate>Wed, 08 Apr 2015 16:10:46 +0000</pubDate>
					<dc:creator>Sicovaja</dc:creator>

					<description>
						<![CDATA[
						<p>Hey,</p>
<p>I&#8217;m sorry but it&#8217;s not at all what i want 🙁</p>
<p>I want the pictures to be vertically in the middle of each text that is next to it.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/zooming-pictures/#post-244992</guid>
					<title><![CDATA[Reply To: zooming pictures]]></title>
					<link>https://theme.co/archive/forums/topic/zooming-pictures/#post-244992</link>
					<pubDate>Wed, 08 Apr 2015 19:57:34 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Sicovaja,</p>
<p>Thanks for writing in!</p>
<p>Vertical alignment isn’t possible out of the box. This requires deep CSS and template modifications to achieve, but regretfully it would fall outside the scope of support we can provide. You may wish to consult a developer to assist you with this.</p>
<p>Thanks for understanding.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

