Quellcode durchsuchen

修改咨询视频宽度、视频隐藏全屏

lulihong vor 6 Jahren
Ursprung
Commit
c9c6eadc8c
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 2 2
      app/consulting/html/consulting.html
  2. 1 1
      plugins/plyr/plyr.js

+ 2 - 2
app/consulting/html/consulting.html

@ -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">

+ 1 - 1
plugins/plyr/plyr.js

@ -76,7 +76,7 @@
            defaultActive: false
        },
        fullscreen: {
            enabled: true,
            enabled: false,
            fallback: true,
            hideControls: true
        },