fix: fix focal point on animated GIFs (#1484)

fixes #1483 for animated mp4s
This commit is contained in:
Nolan Lawson 2019-09-14 22:26:34 -07:00 committed by GitHub
parent 58af4d888e
commit 8035cb2580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
ref:altEditor
/>
</div>
{#if type === 'image'}
{#if type === 'image' || type === 'gifv'}
<div class="media-edit-header-and-item media-edit-header-and-item-focal">
<h2>Preview (focal point)</h2>
<MediaFocalPointEditor