Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luc Didry
wemawema
Commits
ac485728
Commit
ac485728
authored
Oct 04, 2017
by
Luc Didry
Browse files
Make canvas responsive
parent
be8ec94b
Pipeline
#24494
passed with stage
in 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
ac485728
...
...
@@ -138,7 +138,11 @@
</div>
<div
id=
"svg"
class=
"hidden"
>
</div>
<canvas
id=
"canvas"
width=
"800"
height=
"400"
></canvas>
<div
class=
"row"
>
<div
class=
"twelve columns"
>
<canvas
class=
"u-max-full-width"
id=
"canvas"
width=
"800"
height=
"400"
></canvas>
</div>
</div>
</div>
<footer
class=
"container"
>
<p>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment