Facebook Post Plugin打破了Foundation 6的Equalizer

时间:2016-01-20 02:37:50

标签: jquery facebook zurb-foundation

我有以下HTML代码:

<div class="row" data-equalizer>
    <div class="column medium-6"><div class="inner" data-equalizer-watch>
        <div class="fb-post" data-href="https://www.facebook.com/hackercup/posts/1087482977950556" data-width="500"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/hackercup/posts/1087482977950556"><p>Round 1 is over! The scoreboard will be revealed in the next 15 minutes, and solutions will follow shortly.</p>Posted by <a href="https://www.facebook.com/hackercup/">Facebook Hacker Cup</a> on&nbsp;<a href="https://www.facebook.com/hackercup/posts/1087482977950556">Sunday, 17 January 2016</a></blockquote></div></div>
    </div></div>
    <div class="column medium-6"><div class="inner" data-equalizer-watch>
        <div class="fb-post" data-href="https://www.facebook.com/hackercup/photos/a.329665040399024.91563.133954286636768/925234190842103/?type=3" data-width="500"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/hackercup/photos/a.329665040399024.91563.133954286636768/925234190842103/?type=3"><p>45 minutes into the 2015 Facebook Hacker Cup Final Round and all the contestants are hard at work. See the final round scoreboard here: https://www.facebook.com/hackercup/scoreboard/?round=1556405007936780</p>Posted by <a href="https://www.facebook.com/hackercup/">Facebook Hacker Cup</a> on&nbsp;<a href="https://www.facebook.com/hackercup/photos/a.329665040399024.91563.133954286636768/925234190842103/?type=3">Friday, 6 March 2015</a></blockquote></div></div>
    </div></div>
</div>

当页面加载时,Foundation的均衡器将.inner的高度均衡为相同的高度,但随后的Facebook页面加载会导致内容突破容器。在Facebook帖子插件加载后,是否可以让Foundation对列进行均衡?

0 个答案:

没有答案