bannertime / generator-bannertime

Yeoman generator to help build and manage HTML5 banner campaigns.
https://bannertime.github.io/
58 stars 35 forks source link

fix: backgroundSize fixed at '100% 100%' #57

Closed joemidi closed 8 years ago

joemidi commented 8 years ago

It is currently not possible to adjust backgroundSizes in smartObject creation as it was in previous versions.

Such as:

  this.image = this.smartObject({
    backgroundImage: 'images/image.svg',
    backgroundSize: '100% 200%',
    parent: this.banner
  });