mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-06 07:28:53 -05:00
audio poster
This commit is contained in:
parent
2a12fec89e
commit
178b5ed37c
|
Before Width: | Height: | Size: 695 KiB After Width: | Height: | Size: 695 KiB |
@ -32,7 +32,7 @@ import PlaybackEventHandler from '../../utils/PlaybackEventHandler';
|
|||||||
import sampleMediaData from '../../../public/sample-media-file.json';
|
import sampleMediaData from '../../../public/sample-media-file.json';
|
||||||
|
|
||||||
// Import fallback poster image
|
// Import fallback poster image
|
||||||
import audioPosterImg from '../../../public/audio-poster.jpg';
|
import audioPosterImg from '../../assets/audio-poster.jpg';
|
||||||
|
|
||||||
// Function to enable tooltips for all standard VideoJS buttons
|
// Function to enable tooltips for all standard VideoJS buttons
|
||||||
const enableStandardButtonTooltips = (player) => {
|
const enableStandardButtonTooltips = (player) => {
|
||||||
|
|||||||
@ -14,7 +14,6 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
root: path.resolve(__dirname, 'src'),
|
root: path.resolve(__dirname, 'src'),
|
||||||
publicDir: path.resolve(__dirname, 'public'),
|
|
||||||
define: {
|
define: {
|
||||||
'process.env': {
|
'process.env': {
|
||||||
NODE_ENV: JSON.stringify(process.env.NODE_ENV || 'production'),
|
NODE_ENV: JSON.stringify(process.env.NODE_ENV || 'production'),
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user