McGWD

O mně

Informace o vývojáři
Jméno McGWD
Zaregistrován(a) od Srp. 25, 2013
Počet vyvíjených doplňků 0 doplňků
Průměrné hodnocení doplňků vývojáře Nehodnoceno

Mé recenze

Firesizer

Ohodnoceno 5 z 5 hvězdiček

I made it so it shows the Viewport-Size!
First of all I would like to thank the author for this great little plugin. It really saves time and comes in handy when designing responsive websites.As many others I first wasn't too happy with the plugin only giving back the outer window dimensions. I wanted the viewport-width as well. But I figured out a way to change the javaScript to accomodate for that. First, read this Article how to hack Firefox Extensions:http://perishablepress.com/hacking-firefox-extensions/Then open up the firesizer.js and on line 36 change 'window.outerWidth' to 'document.documentElement.clientWidth-2'.Reinstall the plugin and from now on the width given is the actual viewport width.CheersMcGWD