Skip to content

Commit

Permalink
Fix embed.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Jun 29, 2015
1 parent 80155cf commit 23d2aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/instagram_feed.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<author><name><%= post["user"]["full_name"] %></name></author>
<content type="html">
<% if post["videos"] %>
&lt;iframe src="<%= post["link"] %>/embed/" width="612" height="710" frameborder="0" scrolling="no" allowfullscreen>&lt;/iframe>
&lt;iframe src="<%= post["link"] %>embed/" width="612" height="710" frameborder="0" scrolling="no" allowfullscreen>&lt;/iframe>
<% else %>
&lt;img src="<%= post["images"]["standard_resolution"]["url"] %>">

Expand Down

0 comments on commit 23d2aa6

Please sign in to comment.