You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ The available options for the adapters are:
74
74
75
75
* minImageWidth (int): Minimal image width used to choose the main image
76
76
* minImageHeight (int): Minimal image height used to choose the main image
77
+
* imagesBlacklist (array): Images that you don't want to be used. Could be plain text or [Url](https://github.com/oscarotero/Embed/blob/master/src/Url.php) match pattern.
77
78
* getBiggerImage (bool): Choose the bigger image as the main image (instead the first found, that usually is the most relevant).
78
79
* getBiggerIcon (bool): The same than getBiggerImage but used to choose the main icon
79
80
* facebookKey (string): Used only in Facebook adapter, to get info from facebook pages when these pages are not public and a access token is required
0 commit comments