feat(*): add image grids for album and associated media displays
This commit is contained in:
parent
9b4baad5fb
commit
36fbba761a
53 changed files with 1179 additions and 764 deletions
|
@ -18,7 +18,7 @@ class OembedHandler extends BaseHandler
|
|||
if (!$requestUrl || $relativePath === '/') $this->sendResponse($this->buildResponse(
|
||||
$globals['site_name'],
|
||||
$globals['url'],
|
||||
$globals['avatar'],
|
||||
$globals['metadata']['open_graph_image'],
|
||||
$globals
|
||||
));
|
||||
|
||||
|
@ -66,7 +66,7 @@ class OembedHandler extends BaseHandler
|
|||
$this->sendResponse($this->buildResponse(
|
||||
$title,
|
||||
$relativePath,
|
||||
$globals['avatar'],
|
||||
$globals['metadata']['open_graph_image'],
|
||||
$globals
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue