asdf1%$%%%??"""" - Team Pictures - 53866
$(document).ready(function(e) {
if($.template.mediaQuery.is('mobile')){
var currentURL = window.location.href;
if (currentURL.indexOf("/pictures?teamAlbumId") > -1) {
$('html, body').animate({scrollTop: $(window).scrollTop() + 360});
}
if(false){
$(".public-middle-content").addClass("margin-top");
}
}
var noTeamPicures = '0';
if(noTeamPicures < 1){
$('.remove-border').removeClass("tab-border");
}
$(".public-teams").addClass("public-highlight-color");
$("#team-menu > .picture-link > a > div > span").addClass("public-team-active-menu");
var screenHeight = $(window).height();
var boxHeight = screenHeight - 233;
$(".tab-border").css("min-height", boxHeight+"px");
$(".tab-border").css("overflow", "hidden");
mobileview();
});
function mobileview(){
if($.template.mediaQuery.is('mobile')){
$('.image-max-width').attr('style', 'max-width:180px !important');
$(".mobile-pictures").addClass("no-margin-left");
$('.teamAlbums').css("max-height","250px");
$('.teamAlbums').css("overflow-y","scroll");
$('.no-pictures').css("width","270px");
}else{
$('.pictures-heading-color').css("width","55%");
$('.pictures-heading-color').css("margin-left","22.5%");
}
}
Loading...