tubalmartin / riloadr

Riloadr - A cross-browser framework-independent responsive images loader written in Javascript.
MIT License
646 stars 41 forks source link

fixed issue with high density displays reporting the wrong screen width #21

Closed mdoyle13 closed 10 years ago

mdoyle13 commented 10 years ago

this works for me on my macbook pro and all other devices i've tested on. I also have the viewport meta tag in the head of my documents.

tubalmartin commented 10 years ago

Thanks for the report!

Could you try loading this page in every posible device you own to check if the output of getViewportWidthInCssPixels() equals the expected value?

tubalmartin commented 10 years ago

Fixed in 1.5.1! Thank you for reporting!