Skip to content
Snippets Groups Projects
Commit 44bd54b2 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Merge branch '290-bilder-laden-langsam' into 'development'

Die Openclipart Ergebnisse werden jetzt als png statt svg abgerufen

Closes #290

See merge request !476
parents e74e61d8 b8bbf637
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -32,7 +32,7 @@ class Openclipart extends Searchengine
$link = $result->detail_link;
$anzeigeLink = $link;
$descr = $result->description;
$image = $result->svg->url;
$image = $result->svg->png_thumb;
$this->counter++;
$this->results[] = new \App\Models\Result(
$this->engine,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment