|
@@ -1,9 +1,5 @@
|
|
( function( $ ) {
|
|
( function( $ ) {
|
|
|
|
|
|
- function removePlaceholderPadding() {
|
|
|
|
- $('.flexslider .hero-content').removeClass( 'propped-up');
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
function loadFlexslider() {
|
|
function loadFlexslider() {
|
|
$( '.flex-viewport-wrapper' ).flexslider( {
|
|
$( '.flex-viewport-wrapper' ).flexslider( {
|
|
animation: "fade",
|
|
animation: "fade",
|
|
@@ -17,7 +13,6 @@
|
|
itemHeight: 600,
|
|
itemHeight: 600,
|
|
smoothHeight: true,
|
|
smoothHeight: true,
|
|
selector: '.slides > .hero-content-wrapper',
|
|
selector: '.slides > .hero-content-wrapper',
|
|
- init: removePlaceholderPadding,
|
|
|
|
} );
|
|
} );
|
|
}
|
|
}
|
|
|
|
|