Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imgur Like #27

Open
sebastienserre opened this issue Aug 31, 2019 · 10 comments
Open

Imgur Like #27

sebastienserre opened this issue Aug 31, 2019 · 10 comments

Comments

@sebastienserre
Copy link

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.

@tobiasKaminsky
Copy link
Contributor

When uploading an image and sharing it, you already see the preview https://nextcloud.kaminsky.me/s/TpzADExDggJeWpw

@sebastienserre
Copy link
Author

@tobiasKaminsky
Copy link
Contributor

Strange, in normal web view (when logged in), do you see a preview for the same image?

@sebastienserre
Copy link
Author

Sorry for the late answer.
I see the preview but only for .jpg, if I upload a PNG, I haven't.

@tobiasKaminsky
Copy link
Contributor

Have you enabled PNG preview in your config.php?
Is PNG preview working in regular web ui?

@sebastienserre
Copy link
Author

sebastienserre commented Oct 24, 2019

I don't know how to enable.
The preview for PNG doens't work.

@sebastienserre
Copy link
Author

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?

@mathieu-aubin
Copy link

please close if resolved

@sebastienserre
Copy link
Author

Sorry but not resolved, I do not see any preview*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants