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

Thumbnails from Flickr can be huge! #590

Closed
NerosTie opened this issue Jun 10, 2016 · 2 comments
Closed

Thumbnails from Flickr can be huge! #590

NerosTie opened this issue Jun 10, 2016 · 2 comments
Labels
enhancement thumbnail media thumbnails
Milestone

Comments

@NerosTie
Copy link

NerosTie commented Jun 10, 2016

Unlike youtube, thumbnails from flickr are cached and sometime it can be an issue.
I don't know how it works but the thumbnail is a picture from the account and this picture can reach many MBs...

Exemple:
With: https://www.flickr.com/photos/spacex
Result: http://links.neros.fr/?3oW57Q
(the thumbnail is more than 1MB, which is huge for my self-hosted server behind an ADSL connection)

I think that a better solution would be the avatar as a thumbnail.

@ArthurHoaro ArthurHoaro added the thumbnail media thumbnails label Jun 10, 2016
@nodiscc
Copy link
Member

nodiscc commented Jul 23, 2016

A solution would be resizing the thumbnail to a sensible size (max 200px wide) using gd. Otherwise a generic thumbnailer implementation based on OpenGraph tags would also solve this (#153 needs to be rewritten)

@ArthurHoaro ArthurHoaro modified the milestone: 0.10.0 Oct 22, 2016
ArthurHoaro added a commit to ArthurHoaro/Shaarli that referenced this issue Nov 9, 2016
  * requires PHP 5.6
  * use blazy on linklist since a lot more thumbs are retrieved
  * thumbnails can be disabled
  * thumbs size is now 120x120
  * thumbs are now cropped to fit the expected size

Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro added a commit to ArthurHoaro/Shaarli that referenced this issue Nov 9, 2016
  * requires PHP 5.6
  * use blazy on linklist since a lot more thumbs are retrieved
  * thumbnails can be disabled
  * thumbs size is now 120x120
  * thumbs are now cropped to fit the expected size

Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro added a commit to ArthurHoaro/Shaarli that referenced this issue Dec 8, 2016
  * requires PHP 5.6
  * use blazy on linklist since a lot more thumbs are retrieved
  * thumbnails can be disabled
  * thumbs size is now 120x120
  * thumbs are now cropped to fit the expected size

Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro added a commit to ArthurHoaro/Shaarli that referenced this issue Nov 11, 2017
  * requires PHP 5.6
  * use blazy on linklist since a lot more thumbs are retrieved
  * thumbnails can be disabled
  * thumbs size is now 120x120
  * thumbs are now cropped to fit the expected size

Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro added a commit to ArthurHoaro/Shaarli that referenced this issue Nov 11, 2017
  * requires PHP 5.6
  * use blazy on linklist since a lot more thumbs are retrieved
  * thumbnails can be disabled
  * thumbs size is now 120x120
  * thumbs are now cropped to fit the expected size

Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro added a commit to ArthurHoaro/Shaarli that referenced this issue Nov 17, 2017
  * requires PHP 5.6
  * use blazy on linklist since a lot more thumbs are retrieved
  * thumbnails can be disabled
  * thumbs size is now 120x120
  * thumbs are now cropped to fit the expected size

Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro added a commit to ArthurHoaro/Shaarli that referenced this issue Mar 31, 2018
  * requires PHP 5.6
  * use blazy on linklist since a lot more thumbs are retrieved
  * thumbnails can be disabled
  * thumbs size is now 120x120
  * thumbs are now cropped to fit the expected size

Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro added a commit to ArthurHoaro/Shaarli that referenced this issue May 5, 2018
  * requires PHP 5.6
  * use blazy on linklist since a lot more thumbs are retrieved
  * thumbnails can be disabled
  * thumbs size is now 120x120
  * thumbs are now cropped to fit the expected size

Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro added a commit to ArthurHoaro/Shaarli that referenced this issue May 5, 2018
  * requires PHP 5.6
  * use blazy on linklist since a lot more thumbs are retrieved
  * thumbnails can be disabled
  * thumbs size is now 120x120
  * thumbs are now cropped to fit the expected size

Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro added a commit to ArthurHoaro/Shaarli that referenced this issue Jun 8, 2018
  * requires PHP 5.6
  * use blazy on linklist since a lot more thumbs are retrieved
  * thumbnails can be disabled
  * thumbs size is now 120x120
  * thumbs are now cropped to fit the expected size

Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro added a commit to ArthurHoaro/Shaarli that referenced this issue Jul 5, 2018
  * requires PHP 5.6
  * use blazy on linklist since a lot more thumbs are retrieved
  * thumbnails can be disabled
  * thumbs size is now 120x120
  * thumbs are now cropped to fit the expected size

Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro added a commit to ArthurHoaro/Shaarli that referenced this issue Jul 5, 2018
  * requires PHP 5.6
  * use blazy on linklist since a lot more thumbs are retrieved
  * thumbnails can be disabled
  * thumbs size is now 120x120
  * thumbs are now cropped to fit the expected size

Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
@ArthurHoaro
Copy link
Member

Fixed by #687

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

No branches or pull requests

3 participants