<?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[Artefact showing on mobile website when using fixed height 100svh]]></title><description><![CDATA[<p dir="auto">Problem:<br />
When in mobile grid an image is set to 'fixed height' 100svh and project is published, on my iPhone there is a black artefact showing in the top left corner on that project page, which should not be there. It started few weeks back after one of the Lay Theme updates. It's visible for me on these project pages, for example:</p>
<p dir="auto"><a href="https://agasi.nl/electric-sisyphus/" target="_blank" rel="noopener noreferrer nofollow ugc">https://agasi.nl/electric-sisyphus/</a><br />
<a href="https://agasi.nl/making-waves/" target="_blank" rel="noopener noreferrer nofollow ugc">https://agasi.nl/making-waves/</a></p>
<p dir="auto">and also on another website I made with Lay theme (different ISP):</p>
<p dir="auto"><a href="http://vloed.nu" target="_blank" rel="noopener noreferrer nofollow ugc">vloed.nu</a><br />
<a href="https://www.vloed.nu/beneath-the-paving-stones-the-beach/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.vloed.nu/beneath-the-paving-stones-the-beach/</a></p>
<p dir="auto">Check this project page: <a href="https://agasi.nl/test/" target="_blank" rel="noopener noreferrer nofollow ugc">https://agasi.nl/test/</a> (bottom of the page) to see examples of what I am seeing.</p>
<p dir="auto">• Tested on iPhone 16 Pro 512GB<br />
• Tested on iOS 26.4.1 and 26.4.2<br />
• Tested with latest versions of Chrome and Safari, same results. <br />
(tested on older iPhone with older iOS / Safari: not showing this)</p>
<p dir="auto">As recommended in the forum I of course updated Lay theme and all Lay theme addons, disabled all plugins, turned off all custom code. No change, the problem persisted.</p>
<p dir="auto">Maybe other users see this too?<br />
Maybe one of you or Lay Theme Support team can see something on the pages that might cause it or debug it another way. Thanks in advance!</p>
<p dir="auto">Best, Jos</p>
]]></description><link>https://laythemeforum.com/topic/11874/artefact-showing-on-mobile-website-when-using-fixed-height-100svh</link><generator>RSS for Node</generator><lastBuildDate>Thu, 04 Jun 2026 23:27:46 GMT</lastBuildDate><atom:link href="https://laythemeforum.com/topic/11874.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 04 May 2026 21:54:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Artefact showing on mobile website when using fixed height 100svh on Tue, 12 May 2026 20:18:54 GMT]]></title><description><![CDATA[<p dir="auto">Fixed for me with latest updates.<br />
Thank you Armin!</p>
]]></description><link>https://laythemeforum.com/post/47239</link><guid isPermaLink="true">https://laythemeforum.com/post/47239</guid><dc:creator><![CDATA[agasi]]></dc:creator><pubDate>Tue, 12 May 2026 20:18:54 GMT</pubDate></item><item><title><![CDATA[Reply to Artefact showing on mobile website when using fixed height 100svh on Sun, 10 May 2026 13:47:19 GMT]]></title><description><![CDATA[<p dir="auto">So, it seems that for some reason, the SVG filters that I used for the blur effect for lazy load caused this. I had to implement a different way of using blur for lazy load without SVGs I put this on your website, and now this black rectangle doesn't show any more.<br />
This will be included with the next Lay Theme update.</p>
]]></description><link>https://laythemeforum.com/post/47229</link><guid isPermaLink="true">https://laythemeforum.com/post/47229</guid><dc:creator><![CDATA[arminunruh]]></dc:creator><pubDate>Sun, 10 May 2026 13:47:19 GMT</pubDate></item><item><title><![CDATA[Reply to Artefact showing on mobile website when using fixed height 100svh on Sat, 09 May 2026 11:11:56 GMT]]></title><description><![CDATA[<p dir="auto">okay, can you send me your wp-admin login info to <a href="mailto:info@laytheme.com" target="_blank" rel="noopener noreferrer nofollow ugc">info@laytheme.com</a> and a link to this forum topic?</p>
]]></description><link>https://laythemeforum.com/post/47206</link><guid isPermaLink="true">https://laythemeforum.com/post/47206</guid><dc:creator><![CDATA[arminunruh]]></dc:creator><pubDate>Sat, 09 May 2026 11:11:56 GMT</pubDate></item><item><title><![CDATA[Reply to Artefact showing on mobile website when using fixed height 100svh on Fri, 08 May 2026 22:24:21 GMT]]></title><description><![CDATA[<p dir="auto">I tried this, but it does not solve what I described. I have no issues on desktop, only on mobile, Safari and Chrome. See my original description and the test page I linked. Hope something can be found to solve it.</p>
]]></description><link>https://laythemeforum.com/post/47204</link><guid isPermaLink="true">https://laythemeforum.com/post/47204</guid><dc:creator><![CDATA[agasi]]></dc:creator><pubDate>Fri, 08 May 2026 22:24:21 GMT</pubDate></item><item><title><![CDATA[Reply to Artefact showing on mobile website when using fixed height 100svh on Fri, 08 May 2026 11:17:01 GMT]]></title><description><![CDATA[<p dir="auto">Thank you! That seems to have fixed the issue.</p>
]]></description><link>https://laythemeforum.com/post/47200</link><guid isPermaLink="true">https://laythemeforum.com/post/47200</guid><dc:creator><![CDATA[hv]]></dc:creator><pubDate>Fri, 08 May 2026 11:17:01 GMT</pubDate></item><item><title><![CDATA[Reply to Artefact showing on mobile website when using fixed height 100svh on Fri, 08 May 2026 10:30:30 GMT]]></title><description><![CDATA[<p dir="auto">.svg-filter-wrap {<br />
left: -9999px!important;<br />
top: -9999px!important;<br />
}</p>
<p dir="auto">Can you put the CSS in Lay Options - Custom CSS and HTML?<br />
Not sure if it's this that causes the issue, but yeah, please try that.<br />
The CSS will be included with the next Lay Theme update.</p>
]]></description><link>https://laythemeforum.com/post/47198</link><guid isPermaLink="true">https://laythemeforum.com/post/47198</guid><dc:creator><![CDATA[arminunruh]]></dc:creator><pubDate>Fri, 08 May 2026 10:30:30 GMT</pubDate></item><item><title><![CDATA[Reply to Artefact showing on mobile website when using fixed height 100svh on Tue, 05 May 2026 14:09:51 GMT]]></title><description><![CDATA[<p dir="auto">Same problem, no solution yet. It only seems to appear when opening the website in Safari (mobile/desktop) and seems to be related to pages with Cover Feature when first navigated to (disappears on reload).</p>
]]></description><link>https://laythemeforum.com/post/47151</link><guid isPermaLink="true">https://laythemeforum.com/post/47151</guid><dc:creator><![CDATA[hv]]></dc:creator><pubDate>Tue, 05 May 2026 14:09:51 GMT</pubDate></item></channel></rss>