<?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[create image with 100 vh height]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I would like to create an image with 100vh height. Does anyone have an idea how to achieve this?</p>
<p dir="auto">Best,<br />
Lukas</p>
]]></description><link>https://laythemeforum.com/topic/7693/create-image-with-100-vh-height</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 20:48:11 GMT</lastBuildDate><atom:link href="https://laythemeforum.com/topic/7693.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Mar 2022 13:14:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to create image with 100 vh height on Sat, 19 Mar 2022 23:00:59 GMT]]></title><description><![CDATA[<h3>Dear <a class="plugin-mentions-user plugin-mentions-a" href="/user/horstofthefuture">@<bdi>HorstoftheFuture</bdi></a></h3>
<p dir="auto">Thank you for replying, great to hear that all is working! have an amazing day ⭐️</p>
<p dir="auto">Sincerely<br />
Richard</p>
]]></description><link>https://laythemeforum.com/post/28877</link><guid isPermaLink="true">https://laythemeforum.com/post/28877</guid><dc:creator><![CDATA[Richard]]></dc:creator><pubDate>Sat, 19 Mar 2022 23:00:59 GMT</pubDate></item><item><title><![CDATA[Reply to create image with 100 vh height on Sat, 19 Mar 2022 15:09:04 GMT]]></title><description><![CDATA[<p dir="auto">Hi Richard, it’s already been a while but I still want to say thank you for your answer and let you know it worked!</p>
]]></description><link>https://laythemeforum.com/post/28872</link><guid isPermaLink="true">https://laythemeforum.com/post/28872</guid><dc:creator><![CDATA[HorstoftheFuture]]></dc:creator><pubDate>Sat, 19 Mar 2022 15:09:04 GMT</pubDate></item><item><title><![CDATA[Reply to create image with 100 vh height on Mon, 07 Mar 2022 22:34:52 GMT]]></title><description><![CDATA[<h3>Dear Lukas</h3>
<h6><a class="plugin-mentions-user plugin-mentions-a" href="/user/horstofthefuture">@<bdi>HorstoftheFuture</bdi></a></h6>
<p dir="auto">If not possible within the Gridder settings, then 'Right-click" the image element and give it a Custom Class or ID:</p>
<p dir="auto"><img src="/assets/uploads/files/1646692320491-screen-shot-2020-11-13-at-9.07.33-am-resized.png" alt="Screen Shot 2020-11-13 at 9.07.33 AM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">For example give it a class of <code>custom-image</code> .<br />
Then in &gt; Lay Options &gt; Custom CSS &amp; HTMl &gt; Custom CSS &gt;</p>
<p dir="auto">You can target this element and add some CSS to style it.</p>
<p dir="auto">E.g</p>
<pre><code>.custom-image img{
height:100vh;
width:auto;
}
</code></pre>
<blockquote>
<p dir="auto"><a href="https://laytheme.com/documentation/custom-css-styling.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://laytheme.com/documentation/custom-css-styling.html</a></p>
</blockquote>
<hr />
<h5>Best</h5>
<h5>Richard</h5>
]]></description><link>https://laythemeforum.com/post/28737</link><guid isPermaLink="true">https://laythemeforum.com/post/28737</guid><dc:creator><![CDATA[Richard]]></dc:creator><pubDate>Mon, 07 Mar 2022 22:34:52 GMT</pubDate></item></channel></rss>