This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Support canvas scaling with window
pull/432/head
-
7 years ago
parent
ddf6c65d00
commit
493a67e6d5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/web_shell/shell.html
+ 1
- 1
templates/web_shell/shell.html
View File
@ -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;
Write
Preview
Loading…
Cancel
Save