Open sebastienserre opened 5 years ago
When uploading an image and sharing it, you already see the preview https://nextcloud.kaminsky.me/s/TpzADExDggJeWpw
Not on my install: https://cloud.thivinfo.com/index.php/s/Qf7WXpsNwejPzQ5
Strange, in normal web view (when logged in), do you see a preview for the same image?
Sorry for the late answer. I see the preview but only for .jpg, if I upload a PNG, I haven't.
Have you enabled PNG preview in your config.php? Is PNG preview working in regular web ui?
I don't know how to enable. The preview for PNG doens't work.
Thx, I added
'enable_previews' => true,
'enabledPreviewProviders' => array(
'OC\Preview\PNG',
'OC\Preview\JPEG',
'OC\Preview\GIF',
'OC\Preview\HEIC',
'OC\Preview\BMP',
'OC\Preview\XBitmap',
'OC\Preview\MP3',
'OC\Preview\TXT',
'OC\Preview\MarkDown'
),
as in the doc but syill no preview for gif or png. Is the 'preview cron' need to work?
please close if resolved
Sorry but not resolved, I do not see any preview*
Hello, It would be great if a link with preview would be available on an image upload to make an Imgur Like and share picture easily.
Hope it should be possible soon.