You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically we implemented the previewer for JPG, and we don't seem to be able to see previews of jpg images in when in thumbnail view. We had this working on a old install of mollify, but havn't been able to get the thumbnail with preview of jpg working again.
Previewer and thumbnails are actually two different things, but both should work with jpg.
Preview is shown in the popup when you click a file, in a tab "Preview". Thumbnail, on the other hand, is shown in icon list view in place of the file type icon.
The configuration sample, why is it in quotes? In configuration.php it should not.
Basically we implemented the previewer for JPG, and we don't seem to be able to see previews of jpg images in when in thumbnail view. We had this working on a old install of mollify, but havn't been able to get the thumbnail with preview of jpg working again.
Here is what we implemented.
" "FileViewerEditor" => array(
"viewers" => array(
"Image" => array("gif", "png", "jpg"),
"TextFile" => array("txt", "php", "html"),
"Google" => array("pdf", "tiff", "doc")
),
"previewers" => array(
"Image" => array("gif", "png", "jpg")
),
"editors" => array(
"TextFile" => array("txt")
)
)"
The text was updated successfully, but these errors were encountered: