Created
November 29, 2016 19:20
-
-
Save fotinakis/3491d4159b17ad494bfc2735370da11a to your computer and use it in GitHub Desktop.
Ember zoomTestContainer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('#ember-testing-container').css('height', '100%'); | |
$('#ember-testing-container').css('width', '100%'); | |
$('#ember-testing').css('zoom', '100%'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment