forked from leftypol/leftypol
animated thumbnail fix
This commit is contained in:
parent
0bab56cbb2
commit
e2a93b6b5c
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@
|
|||
$this->image->setFormat('gif');
|
||||
|
||||
$keep_frames = Array();
|
||||
for($i = 1; $i < $this->original->getNumberImages(); $i += floor($this->original->getNumberImages() / $config['thumb_keep_animation_frames']))
|
||||
for($i = 0; $i < $this->original->getNumberImages(); $i += floor($this->original->getNumberImages() / $config['thumb_keep_animation_frames']))
|
||||
$keep_frames[] = $i;
|
||||
|
||||
$i = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue