Sunday, May 12, 2024
 Popular · Latest · Hot · Upcoming
83
rated 0 times [  87] [ 4]  / answers: 1 / hits: 16540  / 11 Years ago, thu, may 9, 2013, 12:00:00

Is there any jQuery solution that to find exact display height of the -webkit-transform: scale(0.7851);



the scale value may vary that is why looking for proper solution



Tested these options unfortunately didn't find solution yet :(



height()
innerHeight()
outerHeight()
outerHeight(true)


I think this issue only can fix one the basis of mathematics ;)


More From » jquery

 Answers
6

Use getBoundingClientRect().



element.getBoundingClientRect().height


See DEMO.


[#78324] Wednesday, May 8, 2013, 11 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dustin

Total Points: 599
Total Questions: 105
Total Answers: 106

Location: Belarus
Member since Tue, Mar 14, 2023
1 Year ago
dustin questions
;