<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="sv">
<link rel="self" type="application/atom+xml" href="http://aktivdemokrati.se/forum/feed.php?f=82&amp;t=1941" />

<title>Aktiv Demokrati forum</title>
<subtitle>Partiet för kontinuerlig direktdemokrati</subtitle>
<link href="http://aktivdemokrati.se/forum/index.php" />
<updated>2012-10-12T21:23:32+01:00</updated>

<author><name><![CDATA[Aktiv Demokrati forum]]></name></author>
<id>http://aktivdemokrati.se/forum/feed.php?f=82&amp;t=1941</id>
<entry>
<author><name><![CDATA[Darwin]]></name></author>
<updated>2012-10-12T21:23:32+01:00</updated>
<id>http://aktivdemokrati.se/forum/viewtopic.php?t=1941&amp;p=16519#p16519</id>
<link href="http://aktivdemokrati.se/forum/viewtopic.php?t=1941&amp;p=16519#p16519"/>
<title type="html"><![CDATA[Ändra till 100% width på iframes]]></title>

<content type="html" xml:base="http://aktivdemokrati.se/forum/viewtopic.php?t=1941&amp;p=16519#p16519"><![CDATA[
Jag föreslår att vi går från fast width och height på iframes till 100% och ett javascript som fixar en höjd med korkt aspect ratio.<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>&lt;iframe width=&quot;100%&quot; frameborder=&quot;0&quot; src=&quot;http://www.youtube.com/embed/aaZWtzwlBTU&quot; class=&quot;keep-aspect-ratio-16-9&quot; &gt;&lt;/iframe&gt;<br /></code></dd></dl><br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>&lt;script type=&quot;text/javascript&quot;&gt;<br />  jQuery(function() {<br />    function setAspectRatio() {<br />      jQuery('.keep-aspect-ratio-16-9').each(function() {<br />        jQuery(this).css('height',jQuery(this).width()*9/16);<br />      });<br />    }<br /><br />    setAspectRatio();   <br />  });<br />&lt;/script&gt;<br /></code></dd></dl><br /><br />/Björn<p>Statistik: Postat av <a href="http://aktivdemokrati.se/forum/memberlist.php?mode=viewprofile&amp;u=2216">Darwin</a> — 2012-10-12 21.23</p><hr />
]]></content>
</entry>
</feed>