{{ ---------BEGIN THEME SETTINGS AND CONTROLS----------- }}
{% assign: Theme_Fiend_Lab_UserName = 'sophiaabbasi' %}
{% assign: Image_Source = 'Lab' %} {{ Options: 'Lab' or 'Self-hosted' }}
{% assign: Show_Lookbook_Intro_Text = 'Yes' %} {{ Options: 'Yes' or 'No' }}
{% capture Lookbook_Intro_Text %}
Summer Look Book 2015 photographed by Ariel Turner
{% endcapture %}
{{ ----GALLERY SETTINGS---- }}
{% assign: Slides = 20 %} {{ Options: 1 to 30 (Number of slides in your slideshow) }}
{{ Note: Choosing 'Lab' as your Image_Source means that your slideshow will use the images you uploaded to your Theme Fiend Lab account }}
{{ Note: Only set Slide_Image_Url if you chose 'Self-hosted' Option }}
{{ Images uploaded to Theme Fiend Lab account will appear automatically if named according to the renaming guidelines (page url slug and slide order) (so you won��t have to include your image urls below) }}
{{ (ex. lookbook-slide-01.jpg, lookbook-slide-02.jpg; fall-2012-lookbook-slide-01.jpg, fall-2012-lookbook-slide-02.jpg }}
{% assign: cookbook-slide-01 = 'http://themefiendlab.com/hosting/images/sophiaabbasi/summerlookbook_1.jpg' %}
{% assign: Slide_Image_Url_2 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_3 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_4 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_5 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_6 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_7 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_8 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_9 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_10 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_11 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_12 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_13 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_14 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_15 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_16 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_17 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_18 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_19 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_20 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_21 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_22 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_23 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_24 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_25 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_26 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_27 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_28 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_29 = 'http://example.com/image.jpg' %}
{% assign: Slide_Image_Url_30 = 'http://example.com/image.jpg' %}
{{ ---------END THEME SETTINGS AND CONTROLS----------- }}
{% assign: Lab = 'http://themefiend.com/lab/images/' %}
{% capture reset %}style="margin:0px; padding:0px; text-align:{{ Slideshow_Alignment }};"{% endcapture %}
{% capture Slideshow_Custom_Size %}style="width:{{ Slideshow_Width }}px !important; height:{{ Slideshow_Height }}px !important;"{% endcapture %}
{% assign No_Img = 'http://themefiend.com/images/no.png' %}
{% capture gallery_slider %} {% endcapture %} {% if Show_Lookbook_Intro_Text contains 'es' %}{{ -----BEGIN GALLERY CONFIGURATION---- }}
jQuery.noConflict();
(function($) {
$(document).ready(function(){
$('#carousel').flexslider({
animation: "slide",
controlNav: false,
animationLoop: false,
slideshow: false,
itemWidth: 210,
itemMargin: 5,
asNavFor: '#gallery-slider'
});
$('#gallery-slider').flexslider({
animation: "fade",
controlNav: false,
animationLoop: false,
slideshow: false,
sync: "#carousel",
start: function(slider){
$('body').removeClass('loading');
}
});
});
})(jQuery);