<?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[Issue with setting height as a percentage]]></title><description><![CDATA[<p dir="auto">I am trying to set the height of MMM-EmbedYoutube to 75% but when I do it uses the default 315px as specified in the modules configuration. If I use a 750 as the height it works fine. I can specify width with a percentage, but not height. Any help is appreciated.</p>
]]></description><link>https://forum.magicmirror.builders/topic/9921/issue-with-setting-height-as-a-percentage</link><generator>RSS for Node</generator><lastBuildDate>Fri, 07 Aug 2026 21:26:29 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/9921.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 28 Feb 2019 13:09:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Issue with setting height as a percentage on Tue, 27 Dec 2022 22:07:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hualm" aria-label="Profile: Hualm">@<bdi>Hualm</bdi></a> the module is expecting the number of pixels high and wide.</p>
<p dir="auto">and hard codes that into the iframe tag properties.</p>
<p dir="auto">I don’t know if u can override that w css<br />
in custom.css</p>
<pre><code class="language-css">.MMM-EmbedYoutube iframe {
     height: 75%;
     width: 75%;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/106731</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106731</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 27 Dec 2022 22:07:00 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with setting height as a percentage on Sun, 25 Dec 2022 09:01:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zack949" aria-label="Profile: zack949">@<bdi>zack949</bdi></a></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zack949" aria-label="Profile: zack949">@<bdi>zack949</bdi></a> said in <a href="/post/53413">Issue with</a><a href="https://valuescomparison.com/" target="_blank" rel="noopener noreferrer nofollow ugc"> setting height</a><a href="/post/53413"> as a percentage</a>:</p>
<blockquote>
<p dir="auto">I am trying to set the height of MMM-EmbedYoutube to 75% but when I do it uses the default 315px as specified in the modules configuration. If I use a 750 as the height it works fine. I can specify width with a percentage, but not height. Any help is appreciated.</p>
</blockquote>
<p dir="auto">'hey did you find a solution of this problem . I  need to fix the same issue</p>
]]></description><link>https://forum.magicmirror.builders/post/106697</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106697</guid><dc:creator><![CDATA[Hualm]]></dc:creator><pubDate>Sun, 25 Dec 2022 09:01:33 GMT</pubDate></item></channel></rss>