From c6ce4baac703ef8adaaf9082a445e82b4883ba37 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Fri, 4 Jan 2019 15:29:27 +0100 Subject: Updated audio examples to use WebAudio --- examples/web/audio/audio_sound_loading.html | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'examples/web/audio/audio_sound_loading.html') diff --git a/examples/web/audio/audio_sound_loading.html b/examples/web/audio/audio_sound_loading.html index 3648fb8..7636792 100644 --- a/examples/web/audio/audio_sound_loading.html +++ b/examples/web/audio/audio_sound_loading.html @@ -58,7 +58,7 @@ div.emscripten_border { border: 1px solid black; } /* the canvas *must not* have any border or padding, or mouse coords will be wrong */ - canvas.emscripten { border: 0px none; background: black; } + canvas.emscripten { border: 0px none; background: black; width: 100% } #emscripten_logo { display: inline-block; @@ -159,6 +159,24 @@ + + - \ No newline at end of file + + -- cgit v1.2.3