View Cart0 items / $0.00
Goba Glass

SlideShow

{% assign slide_1_url = 'https://s3.amazonaws.com/MileHighGlass/MileHighGlassPhotos/photo+copy+10-2.jpg' %}
{% assign slide_1_caption = '' %}

{% assign slide_2_url = 'https://s3.amazonaws.com/MileHighGlass/MileHighGlassPhotos/IMG_2885-3.jpg' %}
{% assign slide_2_caption = '' %}

{% assign slide_3_url = 'https://s3.amazonaws.com/MileHighGlass/MileHighGlassPhotos/gobaglass5.jpg' %}
{% assign slide_3_caption = '' %}


{% assign slide_duration = 5000 %}
{% assign animation_speed = 200 %}
{% assign auto_animation = true %}
{% assign animation_type = 'slide' %}

  • {% if slide_1_caption != '' %}
    {{ slide_1_caption }}
    {% endif %}
  • {% if slide_2_caption != '' %}
    {{ slide_2_caption }}
    {% endif %}
  • {% if slide_3_caption != '' %}
    {{ slide_3_caption }}
    {% endif %}
jQuery(window).load(function() { // Call fitVid before FlexSlider initializes, so the proper initial height can be retrieved. jQuery('.flexslider') .fitVids() .flexslider({ animation:'{{ animation_type }}', smoothHeight: true, useCSS: false, prevText: "", nextText: "", slideshowSpeed: {{ slide_duration }}, animationSpeed: {{ animation_speed }}, controlNav: false, slideshow: {{ auto_animation }}, start: function(slider) { jQuery("body .flexslider-loading").removeClass('flexslider-loading'); } }); });