Animated thumbnails fix
This commit is contained in:
parent
438f749463
commit
d531487bad
@ -48,6 +48,7 @@
|
||||
}
|
||||
|
||||
$thumb = new $classname(false);
|
||||
$thumb->src = $this->src;
|
||||
$thumb->original_width = $this->size->width;
|
||||
$thumb->original_height = $this->size->height;
|
||||
|
||||
@ -105,7 +106,7 @@
|
||||
$this->init();
|
||||
|
||||
if($img !== false) {
|
||||
$this->src = &$img->src;
|
||||
$this->src = $img->src;
|
||||
$this->from();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user