Can Vimeos play in a post ?
Using Jamroom
Actually I was wrong on this (sorry).
Embedded Vimeo videos are supported and are working fine for me.
How are you trying to do this, and in what text field?
updated by @paul: 03/22/19 11:00:23AM
{if $profile_image_height >=512 && $profile_image_width >= 512}
// Show uploaded image
{else}
// Show default image
{/if}
{$_Blog_meta = jrBlog_meta()}
{if $_Blog_meta.ampify == 'whatever'}
// Do stuff
{/if}