Skip to content

Commit a285804

Browse files
authored
Merge pull request #294 from phptek/imageHtml
Support for remote image embed
2 parents 48fa2b3 + fe04492 commit a285804

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Adapters/File.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ public function getCode()
8282

8383
case 'google':
8484
return Utils::google($this->url);
85+
86+
case 'imageHtml':
87+
return Utils::imageHtml($this->url, 'Remote file', $this->imageWidth, $this->imageHeight);
8588
}
8689
}
8790

0 commit comments

Comments
 (0)