-
Notifications
You must be signed in to change notification settings - Fork 65
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
Show thumbnails as soon as they're received #29
Comments
Would it be possible to request not 20 specific thumbnails but the first 20 of, say, 100 which already have been generated on the server? This would not solve the actual issue though; |
Doing it that way would mess up the sorting order of the media files. |
What I have in mind does not work on IE8 and I'm not going to keep 2 rendering engines, just to have a fallback for 1% of users, so it will be a Gallery+ exclusive if this lands before IE8 support is dropped from ownCloud. |
PR is in #511 |
Will be in 9.1. Feel free to open new issues if you feel this can be improved. |
Current situation
The thumbnails needs to be analysed so that the row can be composed to fit and look nice. If we only generate thumbnails of 400x200, then the view will be plain looking.
Ideal situation
Next steps
Feasibility study
IE8 is not supported
Solution
Screencasts
Note: the refresh rate in the videos is quite low, so this is not reflective of the smootheness of the animation
With cached thumbnails
http://screencast-o-matic.com/watch/cDn6n7hR39
You can see that once the album is cached, there is no resizing taking place any more
On an empty cache
http://screencast-o-matic.com/watch/cDn6nEhR3E
Features:
Caveats
The text was updated successfully, but these errors were encountered: