fix: fix focal point on animated GIFs (#1484)
fixes #1483 for animated mp4s
This commit is contained in:
parent
58af4d888e
commit
8035cb2580
|
@ -18,7 +18,7 @@
|
||||||
ref:altEditor
|
ref:altEditor
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{#if type === 'image'}
|
{#if type === 'image' || type === 'gifv'}
|
||||||
<div class="media-edit-header-and-item media-edit-header-and-item-focal">
|
<div class="media-edit-header-and-item media-edit-header-and-item-focal">
|
||||||
<h2>Preview (focal point)</h2>
|
<h2>Preview (focal point)</h2>
|
||||||
<MediaFocalPointEditor
|
<MediaFocalPointEditor
|
||||||
|
|
Loading…
Reference in New Issue