How to get this Retina version thumbnails ?
Permalink
Deafult: File Manager Thumbnails (Retina Version) 120 x 120 dimensions (look at the screenshot i added).
This is my code (works fine):
[code]
"<img src='".$file->getRecentVersion()->getThumbnailURL('file_manager_listing')."'>";
[code]
will get the deafult 60X60
I dont find any handle for the retina version.
This is my code (works fine):
[code]
"<img src='".$file->getRecentVersion()->getThumbnailURL('file_manager_listing')."'>";
[code]
will get the deafult 60X60
I dont find any handle for the retina version.