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.
大きな画像を取得し、ズーム中に品質を向上させることができる JavaScript/jQuery プラグインはありますか? グーグルアース/マップのようなもの?
モバイル ブラウザーで使用したいが、デスクトップ ソリューションでも十分です
これを行うためのプラグインは知りませんが、理論的には非常に簡単です:
モバイル Safari でのズームを知るには、次の比率を確認するだけで済みますdocument.body.clientWidth / window.innerWidth。
document.body.clientWidth / window.innerWidth
次に、リッスンする適切なイベント (サイズ変更またはタッチ イベント) を選択し、このズーム レベルをチェックして、画像を置き換えるだけです。