elm-lang / elm-reactor

Interactive development tool that makes it easy to develop and debug Elm programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Large images only partially load

Chadtech opened this issue · 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/.

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.

Reproduced the same issue