client/posts: warning on ruffle load failure and browsers without flash
This commit is contained in:
parent
9c70202322
commit
dd56a3b529
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
<object class='resize-listener' width='<%- ctx.post.canvasWidth %>' height='<%- ctx.post.canvasHeight %>' data='<%- ctx.post.contentUrl %>'>
|
||||
<param name='wmode' value='transparent'/>
|
||||
<param name='movie' value='<%- ctx.post.contentUrl %>'/>
|
||||
<div class='messages'><div class='message-wrapper'><div class='message error'>Your browser does not support Flash.</div></div></div>
|
||||
</object>
|
||||
|
||||
<% } else if (ctx.post.type === 'video') { %>
|
||||
|
|
Loading…
Reference in a new issue