Skip to content

Instantly share code, notes, and snippets.

@Dexdot
Created April 25, 2019 23:47
Show Gist options
  • Select an option

  • Save Dexdot/32d6688b18dd35f46435bc97f3013f43 to your computer and use it in GitHub Desktop.

Select an option

Save Dexdot/32d6688b18dd35f46435bc97f3013f43 to your computer and use it in GitHub Desktop.
Get element scale value by js
console.log(+getComputedStyle(mainImage)
.transform.slice(7)
.split(',')[0])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment