|
@ -71,7 +71,7 @@
|
|
|
{{/if}}
|
|
|
{{if type == 3}}
|
|
|
<dd class="word-bread">
|
|
|
<div class="player" style="width:292px;">
|
|
|
<div class="player" style="width:300px;">
|
|
|
<audio controls>
|
|
|
<!-- Audio files -->
|
|
|
<source src="{{content.path | getSourceUrl}}" type="audio/mp3">
|
|
@ -83,7 +83,7 @@
|
|
|
{{/if}}
|
|
|
{{if type == 12}}
|
|
|
<dd class="word-bread">
|
|
|
<div class="player" style="width:292px;">
|
|
|
<div class="player" style="width:300px;">
|
|
|
<video poster="{{content.img | getSourceUrl}}" controls crossorigin>
|
|
|
<!-- Video files -->
|
|
|
<source src="{{content.path | getSourceUrl}}" type="video/mp4">
|