Html5 Responsive canvas element
-
Hello, I’ve created an animated HTML5 banner and have placed it within my responsive wordpress site. I was wondering, how can I make this banner responsive as well. Here is the code:
<div id='footerBar'> <div class='row'> <div class='small-12 large-12 columns'> <div id='experts'> <canvas id="susiefade" onclick="this.focus();" oncontextmenu="return false;" width=1000 height=90 style="outline: none"> </canvas> <script type="text/javascript" src="../susiefade/susiefade.js"> </script> </div> </div> </div> </div>Any help or reference links would greatly be appreciated.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Html5 Responsive canvas element’ is closed to new replies.