var gfillgauge2848;
var $gp = jQuery.noConflict();
$gp(function() {
var configCustom = {
minValue: 0,
maxValue: 100,
circleThickness: 0.25,
circleFillGap: 0.05,
circleColor: "#8dc53e",
waveHeight: 0.05,
waveCount: 1,
waveRiseTime: 1000,
waveAnimateTime: 1000,
waveRise: true,
waveHeightScaling: true,
waveAnimate: true,
waveColor: "#8dc53e",
waveOffset: 0,
textVertPosition: 0.5,
textSize: 1,
valueCountUp: true,
displayPercent: true,
textColor: "#444444",
waveTextColor: "#deff00"
};
var gfillgauge2848 = loadLiquidFillGauge("fillgauge2848", 25, configCustom);
});
Sports Guy
var gfillgauge8028;
var $gp = jQuery.noConflict();
$gp(function() {
var configCustom = {
minValue: 0,
maxValue: 100,
circleThickness: 0.25,
circleFillGap: 0.05,
circleColor: "#8dc53e",
waveHeight: 0.05,
waveCount: 1,
waveRiseTime: 1000,
waveAnimateTime: 1000,
waveRise: true,
waveHeightScaling: true,
waveAnimate: true,
waveColor: "#8dc53e",
waveOffset: 0,
textVertPosition: 0.5,
textSize: 1,
valueCountUp: true,
displayPercent: true,
textColor: "#444444",
waveTextColor: "#deff00"
};
var gfillgauge8028 = loadLiquidFillGauge("fillgauge8028", 25, configCustom);
});
Car Guy
var gfillgauge5315;
var $gp = jQuery.noConflict();
$gp(function() {
var configCustom = {
minValue: 0,
maxValue: 100,
circleThickness: 0.25,
circleFillGap: 0.05,
circleColor: "#8dc53e",
waveHeight: 0.05,
waveCount: 1,
waveRiseTime: 1000,
waveAnimateTime: 1000,
waveRise: true,
waveHeightScaling: true,
waveAnimate: true,
waveColor: "#8dc53e",
waveOffset: 0,
textVertPosition: 0.5,
textSize: 1,
valueCountUp: true,
displayPercent: true,
textColor: "#444444",
waveTextColor: "#deff00"
};
var gfillgauge5315 = loadLiquidFillGauge("fillgauge5315", 25, configCustom);
});
Ink Guy
var gfillgauge5282;
var $gp = jQuery.noConflict();
$gp(function() {
var configCustom = {
minValue: 0,
maxValue: 100,
circleThickness: 0.25,
circleFillGap: 0.05,
circleColor: "#8dc53e",
waveHeight: 0.05,
waveCount: 1,
waveRiseTime: 1000,
waveAnimateTime: 1000,
waveRise: true,
waveHeightScaling: true,
waveAnimate: true,
waveColor: "#8dc53e",
waveOffset: 0,
textVertPosition: 0.5,
textSize: 1,
valueCountUp: true,
displayPercent: true,
textColor: "#444444",
waveTextColor: "#deff00"
};
var gfillgauge5282 = loadLiquidFillGauge("fillgauge5282", 25, configCustom);
});
Committed to the Long Hair Lifestyle
Omie Broadwater is the newest member of the Stick team, but has immediately rocketed to the top of the Stick Team Members With The Coolest Names Power Rankings.
Omie and his big bad Silverado Truck came to us with some previous wrap experience, and they have fit in seamlessly with our crew of hooligans. And given our, um, “eccentricities,” that’s no small task.
When he’s not squeegeeing, sticking, and blowtorching in our garage, Omie is livin’ the life in Masontown, Pennsylvania. He’s into ink, his truck, sports (shout out to the Pittsburgh Riverhounds) and has musical tastes that run from George Strait and Toby Keith to Pink, Tyler the Creator and Post Malone.
(function($){
$("#justified_gallery_KgWWFm").justifiedGallery({
sizeRangeSuffixes : {
'lt100': '',
'lt240': '',
'lt320': '',
'lt500': '',
'lt640': '',
'lt1024': ''
},rowHeight: 200,
margins: 0,
lastRow: "justify",
fixedHeight: false,
captions: false,
captionsColor: "#000000",
captionsOpacity: 0.7,
randomize: true,
maxRowHeight: 0,
rel: "KgWWFm",
target: null,
refreshTime: 250,
cssAnimation: true,
captionsAnimationDuration: 500,
imagesAnimationDuration: 300,
captionsVisibleOpacity: 0.7,
class: "",
})
.on('jg.complete', function(){
$('#justified_gallery_KgWWFm a').magnificPopup({type: 'image',
mainClass: 'mfp-with-zoom',
closeOnContentClick: true,
closeBtnInside: false,
preloader: 'true',
tLoading: '',
tClose: '',image: {
verticalFit: true,titleSrc: function(item) {
return "";
}},zoom: {
enabled: true,
duration: 300
},
gallery: {
enabled: true,
tPrev: '',
tNext: '',
tCounter: '(%curr%/%total%)'
},iframe: {
patterns: {
youtube: {
index: 'youtube.com/', // String that detects type of video (in this case YouTube). Simply via url.indexOf(index).
id: 'v=', // String that splits URL in a two parts, second part should be %id%
// Or null - full URL will be returned
// Or a function that should return %id%, for example:
// id: function(url) { return 'parsed id'; }
src: '//www.youtube.com/embed/%id%?showinfo=0' // URL that will be set as a source for iframe.
},
youtu_be: {
index: 'youtu.be/',
id: '/',
src: '//www.youtube.com/embed/%id%?showinfo=0'
},
vimeo: {
index: 'vimeo.com/',
id: '/',
src: '//player.vimeo.com/video/%id%?byline=0&portrait=0'
}
}
}}); });
var galleries = [];
var gallery = $("#justified_gallery_KgWWFm");
$(window).scroll(function() {
if ( galleries.length >= 1 ) {
var scroll_top = $(window).scrollTop();
var scroll_bottom = scroll_top + $(window).height();
var gallery_top = $(gallery).offset().top;
var gallery_height = $(gallery).innerHeight();
var gallery_bottom = gallery_top + gallery_height;
if( gallery_bottom <= scroll_bottom ) {
var images = galleries.splice(0,1);
var image_html = $("#load_more_holder_KgWWFm").html(images).text();
$(gallery).append(image_html);
$(gallery).justifiedGallery('norewind');
}
}
}); })(jQuery);
#justified_gallery_KgWWFm .sgg-caption {
background: rgb(0,0,0);
background: rgba(0,0,0,0.7);
color: #ffffff;
font-size: 1em;
font-weight: 400;
font-family: Helvetica, Arial, sans-serif;
}
#load_more_KgWWFm {
background: #444444;
color: #ffffff;
}