if (this.maxSizeConfig.maxWidth) {
      this.renderer.setStyle(this.el.nativeElement, 'max-width', this.maxSizeConfig.maxWidth);
    }