CartoDB / odyssey.js

Making it easy to merge map and narrative
BSD 3-Clause "New" or "Revised" License
1.62k stars 187 forks source link

Slides Template: Initial load of each slide buggy when scroll bar is needed #168

Closed jonahadkins closed 10 years ago

jonahadkins commented 10 years ago

On the initial load of my test project, each text area takes a second or two to resize the text pane due to the use of the scroll bar. Possibly a browser/window height thing.

http://jonahadkins.github.io/virginia-beaches/

matallo commented 10 years ago

The library waits for the images to load to resize the slides container.

In some cases, where the image is too big (as in http://www.jamescitycountyva.gov/images/recreation/jamestown-beach/Beach.JPG, which is 5.4 MB) it takes some time, but after the initial load, when the image is cached by your browser, it is immediate.

Closing the issue, unless proposed a better approach.

jonahadkins commented 10 years ago

Thanks!