@smartface/smartface.emulator
Advanced tools
Comparing version
@@ -137,4 +137,3 @@ define(function(require, exports, module) { | ||
t.css("position", "absolute"); | ||
t.css("top", Math.max(0, (($(window).height() - t.outerHeight()) / 2) + | ||
$(window).scrollTop()) + "px"); | ||
t.css("top", "50px"); | ||
t.css("left", Math.max(0, (($(window).width() - t.outerWidth()) / 2) + | ||
@@ -175,4 +174,4 @@ $(window).scrollLeft()) + "px"); | ||
element.setAttribute("src", urlData); | ||
element.setAttribute('width', '200'); | ||
element.setAttribute('height', '200'); | ||
element.setAttribute('width', '180'); | ||
element.setAttribute('height', '180'); | ||
element.classList.remove('absolute-both-center'); | ||
@@ -179,0 +178,0 @@ } |
{ | ||
"name": "@smartface/smartface.emulator", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "Smartface Emulator", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
83101
0.78%392
-0.25%