Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
css タグ-webkit-min-device-pixel-ratioは JavaScript でどのように実装されていますか?
-webkit-min-device-pixel-ratio
どの CSS プロパティにも、styleオブジェクトの対応するプロパティがあります。これにはベンダー拡張が含まれます。
style
elem.style.WebkitMinDevicePixelRatio = "...";