question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Show larger images on fullscreen

See original GitHub issue

Is 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
xiaolincommented, Sep 5, 2019

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.

1reaction
xiaolincommented, Aug 6, 2019

see #395. Feel free to open a pr if you like, otherwise, I will try to get this done on the next release.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found