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.
の正確な表示高さを見つけるためのjQueryソリューションはありますか-webkit-transform: scale(0.7851);
-webkit-transform: scale(0.7851);
値は異なる場合があるscaleため、適切なソリューションを探しています
scale
これらのオプションをテストしましたが、残念ながらまだ解決策が見つかりませんでした:(
height() innerHeight() outerHeight() outerHeight(true)
この問題は、数学の基礎を 1 つだけ修正できると思います ;)
を使用しgetBoundingClientRect()ます。
getBoundingClientRect()
element.getBoundingClientRect().height
デモを参照してください。