summaryrefslogtreecommitdiffhomepage
path: root/examples/web/textures/textures_image_loading.html
diff options
context:
space:
mode:
authorRay San <[email protected]>2017-10-20 18:24:50 +0200
committerRay San <[email protected]>2017-10-20 18:24:50 +0200
commita29365ff2a4e597bf6cb046ea6d51bfa09e1df42 (patch)
treeccfdee66ea672a6094167ff0de67a30028302a91 /examples/web/textures/textures_image_loading.html
parent7447deed40f1deabee659155a30b2d6aa454dafd (diff)
downloadraylib.com-a29365ff2a4e597bf6cb046ea6d51bfa09e1df42.tar.gz
raylib.com-a29365ff2a4e597bf6cb046ea6d51bfa09e1df42.zip
Updated all web examples for raylib 1.8
Diffstat (limited to 'examples/web/textures/textures_image_loading.html')
-rw-r--r--examples/web/textures/textures_image_loading.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/examples/web/textures/textures_image_loading.html b/examples/web/textures/textures_image_loading.html
index 627160c..952c9af 100644
--- a/examples/web/textures/textures_image_loading.html
+++ b/examples/web/textures/textures_image_loading.html
@@ -14,18 +14,19 @@
<!-- Facebook metatags for sharing -->
<meta property="og:title" content="raylib HTML5 GAME">
<meta property="og:image:type" content="image/png">
- <meta property="og:image" content="http://www.raylib.com/img/raylib_logo.png">
- <meta property="og:image" content="http://www.raylib.com/img/raylib_logo.png">
+ <meta property="og:image" content="http://www.raylib.com/common/img/raylib_logo.png">
+ <meta property="og:image" content="http://www.raylib.com/common/img/raylib_logo.png">
<meta property="og:url" content="http://www.raylib.com/games">
<meta property="og:site_name" content="raylib.com">
<meta property="og:description" content="New hmtl5 videogame, developed using raylib videogames library">
+ <!-- Twitter metatags for sharing -->
<meta name="twitter:card" content="summary">
- <meta name="twitter:site" content="@emegemegames">
+ <meta name="twitter:site" content="@raysan5">
<meta name="twitter:title" content="raylib HTML5 GAME">
<meta name="twitter:description" content="New HTML5 videogame, developed using raylib videogames library">
- <meta name="twitter:image" content="http://www.raylib.com/img/raylib_logo.png">
- <meta name="twitter:url" content="http://www.raylib.com/img/raylib_logo.png">
+ <meta name="twitter:image" content="http://www.raylib.com/common/img/raylib_logo.png">
+ <meta name="twitter:url" content="http://www.raylib.com/common/img/raylib_logo.png">
<!--<link rel="stylesheet" href="./Koala Seasons by emegeme_files/main.css">-->
<link rel="shortcut icon" href="http://www.raylib.com/favicon.ico">
@@ -57,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; }
+ canvas.emscripten { border: 0px none; background: black; }
#emscripten_logo {
display: inline-block;
@@ -144,7 +145,7 @@
<div class="emscripten" id="status">Downloading...</div>
<span id='controls'>
- <span><input type="button" value="Fullscreen" onclick="Module.requestFullScreen(false, false)"></span>
+ <span><input type="button" value="Fullscreen" onclick="Module.requestFullscreen(false, false)"></span>
</span>
<div class="emscripten">