While utilizing Foundation 5's Orbit slider, I have encountered a minor issue where the images flash before fully loading into the slider when the page is first loaded. Is there any method to prevent this flashing and only display the images once they are all loaded?
HAML
.row
.medium-4.large-5.columns
%ul.example-orbit{"data-orbit" => ""}
- Cms::File.for_category('founder-carousel').each do |file|
%li
.slide= image_tag(file.file.url)
.orbit-caption= file.description