<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Carousel image center]]></title><description><![CDATA[<p dir="auto">Hey there,</p>
<p dir="auto">I've got images with different widths/heights and want to show them in a Carousel slideshow. Is it possible to center them horizontally + vertically?</p>
<p dir="auto">Tahnks!</p>
]]></description><link>https://laythemeforum.com/topic/177/carousel-image-center</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 02:58:45 GMT</lastBuildDate><atom:link href="https://laythemeforum.com/topic/177.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 29 Oct 2015 17:34:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Carousel image center on Wed, 11 Nov 2015 08:53:28 GMT]]></title><description><![CDATA[<p dir="auto">Hm, is that enough if you just set the website's max width in "lay options" -&gt; "misc options" -&gt; "Max width of content"?<br />
Otherwise I'm not really sure what you mean.</p>
]]></description><link>https://laythemeforum.com/post/745</link><guid isPermaLink="true">https://laythemeforum.com/post/745</guid><dc:creator><![CDATA[arminunruh]]></dc:creator><pubDate>Wed, 11 Nov 2015 08:53:28 GMT</pubDate></item><item><title><![CDATA[Reply to Carousel image center on Tue, 10 Nov 2015 11:55:49 GMT]]></title><description><![CDATA[<p dir="auto">yesss! works perfect!<br />
now there's only the max-width/height issue left...do you think there is an "easy" way to solve that?</p>
<p dir="auto">thanks so much, armin!</p>
]]></description><link>https://laythemeforum.com/post/743</link><guid isPermaLink="true">https://laythemeforum.com/post/743</guid><dc:creator><![CDATA[lm]]></dc:creator><pubDate>Tue, 10 Nov 2015 11:55:49 GMT</pubDate></item><item><title><![CDATA[Reply to Carousel image center on Tue, 10 Nov 2015 09:02:23 GMT]]></title><description><![CDATA[<p dir="auto">Hey lm! Since I noticed I won't be releasing an update soon with this option since im superbusy with freelance work, I thought for now it's better to just use some CSS :+1:</p>
<pre><code>.col .lay-carousel img.w100 {
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform:: translateY(-50%);
    transform: translateY(-50%);
    bottom: 0;
    left: 0;
}
</code></pre>
<p dir="auto">Put this into "Lay Options" -&gt; "Misc Options" -&gt; "Custom CSS for Desktop Version" and "Custom CSS for Mobile Version"</p>
<p dir="auto">Let me know if that works for you! :)</p>
]]></description><link>https://laythemeforum.com/post/742</link><guid isPermaLink="true">https://laythemeforum.com/post/742</guid><dc:creator><![CDATA[arminunruh]]></dc:creator><pubDate>Tue, 10 Nov 2015 09:02:23 GMT</pubDate></item><item><title><![CDATA[Reply to Carousel image center on Fri, 30 Oct 2015 08:23:09 GMT]]></title><description><![CDATA[<p dir="auto">Hm they are always aligned to the bottom right now. I could code an option for that one day!</p>
]]></description><link>https://laythemeforum.com/post/710</link><guid isPermaLink="true">https://laythemeforum.com/post/710</guid><dc:creator><![CDATA[arminunruh]]></dc:creator><pubDate>Fri, 30 Oct 2015 08:23:09 GMT</pubDate></item></channel></rss>