Show larger images on fullscreen
See original GitHub issueIs there any way to pass a separate set of images for fullscreen mode?
It makes sense to request small images originally, and then request large images if/when fullscreen is enabled. This can help save a lot of bandwidth. Something like:
const images = [
{
original: 'http://lorempixel.com/1000/600/nature/1/',
thumbnail: 'http://lorempixel.com/250/150/nature/1/',
fullscreen: 'http://lorempixel.com/2000/1200/nature/1/',
},
{
original: 'http://lorempixel.com/1000/600/nature/2/',
thumbnail: 'http://lorempixel.com/250/150/nature/2/'
fullscreen: 'http://lorempixel.com/2000/1200/nature/2/',
},
{
original: 'http://lorempixel.com/1000/600/nature/3/',
thumbnail: 'http://lorempixel.com/250/150/nature/3/'
fullscreen: 'http://lorempixel.com/2000/1200/nature/3/',
}
]
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to Make a Photo As Big As the Computer Screen
Double-click the photo to open it with Windows Photo Viewer. 6. Press "F11" to view the photo in fullscreen.
Read more >How to get the full screen image which I want from Google ...
Try it out with this Elvis image. Right-click on the image and then "Open image in a new Tab. The image should take...
Read more >Viewing Images in Full Screen
Click Full Screen button (in View mode). Select View | Full Screen. Press the keys Option–Command–F to view image in Full Screen. While...
Read more >Why can't I view Google images in full screen anymore on my ...
Press CTRL and + until you get to the size you want (CTRL and - will zoom back out). CTRL + 0 will...
Read more >When single click on a google image, it docks to the right, only ...
If I select an image while browsing, I expect it to go to full screen or least a larger window, and show the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I do plan to rewrite most of the lib and document it better.
I will try to get to this soon if no one opens a PR.
see #395. Feel free to open a pr if you like, otherwise, I will try to get this done on the next release.