utilisation directe des images en tant que vignettes, en attendant mieux
This commit is contained in:
parent
bd9eb1f070
commit
a5c87ae9a9
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ class strip_manager
|
|||
// change the extension for {@link $img_src}
|
||||
$png = explode( '.', $file);
|
||||
$this->img_src = $this->strips_path.'/'.$png[0].'.png';
|
||||
$this->thumbnail = $this->strips_path.'/'.$png[0].'.thumb.png';
|
||||
$this->thumbnail = $this->strips_path.'/'.$png[0].'.png';
|
||||
|
||||
$this->source = $svg;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue