SteelSeries Gauges: Difference between revisions

93 bytes removed ,  09:53, 18 February 2013
No edit summary
Line 72: Line 72:
It is as well to leave the original gauges page on your site, the new page will direct any really old incompatible browsers back to the original page.
It is as well to leave the original gauges page on your site, the new page will direct any really old incompatible browsers back to the original page.


If you decide on a different 'standard' gauge size, then it is a good idea to edit the HTML file and make all the gauge <canvas> entries 'width' and 'height' properties the same value. This is not mandatory, but it means the page will not 're-flow' between the initial page load and script running. You can also remove any elements associated with gauges you will not use as well, again this is not mandatory, the script will remove them dynamically for you.
If you decide on a different 'standard' gauge size, then you need to edit the gauges-ss.css file. By default all the gauges use the ".gaugeSizeStd" class, simply change the width and height settings there. You can also remove any elements associated with gauges you will not use as well, again this is not mandatory, the script will remove them dynamically for you.


== Browser Redirects  ==
== Browser Redirects  ==