elm-reactor icon indicating copy to clipboard operation
elm-reactor copied to clipboard

Large images only partially load

Open Chadtech opened this issue 7 years ago • 2 comments

Another developer and I independently discovered a problem. We each made applications that load a large image. When displaying the large image however, the Elm app would only display most of it; most of the bottom portion of the image would just be gray. We thought it was our code, but I discovered that if I use Elm-Reactor just to serve up the image, the problem is still there. I made a simple html file that just loads our large images and there was no problem. The problem persisted with multiple large images and multiple file types.

Elm Version 0.18

Browser I experienced the problem in Chrome and Firefox.

Reproducing Put a large image (>1mb) in a directory, and run Elm-Reactor in that directory. Open up localhost:8000/.

Chadtech avatar May 30 '17 05:05 Chadtech

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

process-bot avatar May 30 '17 05:05 process-bot

Reproduced the same issue

infoxiao avatar Sep 17 '17 16:09 infoxiao