Guest User

Untitled

a guest
Jul 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. var img = Y.Node.create('<img src="' + /"([^"]*)"/.exec(this._host.getStyle('backgroundImage'))[1] + '" style="position: absolute; top: -99999px; " />');
  2. Y.one('body').append(img);
  3. this._bannerWidth = parseFloat(img.get('offsetWidth'), 10);
  4. img.remove(true);
Add Comment
Please, Sign In to add comment