S
|
swanside 11/8/2014 |
You could make a custom view for each size you want. Take a look at a sample I have made here |
![]() |
Sergey Kornilov admin 11/8/2014 |
You can definitely do that using either your own PHP code or PHPRunner's CreateThumbnail function: function CreateThumbnail($value, $size, $ext)
|
S
|
sawanr author 11/10/2014 |
Thanks everyone, it was very helpful. |