Skip to content
Snippets Groups Projects

Draft: Resolve #3525305 "Check thumbnail width"

1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -188,7 +188,9 @@ protected function __construct(?Provider $provider = NULL, $title = NULL, $autho
if ($thumbnail_url) {
$this->thumbnailUrl = $thumbnail_url;
$this->setThumbnailDimensions($thumbnail_width, $thumbnail_height);
if ($thumbnail_width && $thumbnail_height) {
$this->setThumbnailDimensions($thumbnail_width, $thumbnail_height);
}
}
}
Loading