Slides Template: Initial load of each slide buggy when scroll bar is needed
jonahadkins opened this issue · 2 comments
jonahadkins commented
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.
matallo commented
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
Thanks!