Tagged Questions

5
votes
4answers
5k views

HTML + Javascript: Dynamic Image Resize?

I am trying to get some javascript to programatically adjust a html img tag's width to display various sized images correctly. I have a fixed width img tag at 800px to display an image, this is the ...
2
votes
0answers
114 views

Creating a custom button in firefox (using the custom buttons addon) does not allow me to resize the button image

I have successfully created my own custom button in firefox and it does what i need. So then i placed a custom icon onto it via the code below (which works as I wanted), the only problem with it is ...
2
votes
1answer
378 views

Poor performance of html5 canvas under firefox

I have the following html5 code: <canvas id="myCanvas" width=600 height=600> </canvas> followed by some javascript: <script type="text/javascript"> <!-- var img = new ...