Home GermanyBehind the Engine: Teamwork on the Line > Little Rock Air Force Base > Show Articles

Behind the Engine: Teamwork on the Line > Little Rock Air Force Base > Show Articles

by OmarAli
An aircraft flies in the sky.

‘; } else { caption += $(this).find(‘figcaption’).html() + getDetailsURL($(this).parent()) + getDownloadURL($(this).parent()) + showFBShare(); } } else { if (isMobile()) { caption += ” + ” + ” + ” + ‘

‘ + $(this).find(‘figcaption p’).html() + ‘

‘ + getDetailsURL($(this).parent()) + getDownloadURL($(this).parent()) + showFBShare() + ” + ” + ‘ ‘; } else { signature += ” + ‘

‘ + $(this).find(‘figcaption p’).html() + ‘

‘ + getDetailsURL($(this).parent()) + getDownloadURL($(this).parent()) + showFBShare(); } } return title; }, afterLoad: function (instance, current) { //initial desktop view $(“.fancybox-caption__body”).addClass(“a2a_kit”).addClass(“a2a_default_style”); if (isMobile()) $(“.fancybox-caption__body”).addClass(“mobile”); }, afterShow: function(instance, current) { var $currentSlide = $(“.fancybox-slide.fancybox-slide–current”).parent().parent(); if (isMobile()) $currentSlide.find(“.fancy-detail-link”).on(“touchstart”, function () { captionToggle(); }); }, afterClose: function () { } })); let debounceTimer; $(window) false; captionToggle(); debounceTimer = setTimeout(function () { clearTimeout(debounceTimer); debounceTimer = null; recalculateImageSize(); }, 1000 }); function recalculateImageSize() { // Fancy box is not calculated correctly due to race conditions with the new layout var origImgWth = $(“.fancybox-image”).prop(“naturalWidth”); var origImgHgt = $(“.fancybox-image”).prop(“naturalHeight”); var winWth = $(window).innerWidth(); var winHgt = $(window).innerHeight() var Ratio = Math.min(winWth / origImgWth, winHgt / origImgHgt); var newImgWth = (origImgWth * ratio); var newImgHgt = (origImgHgt * ratio); var dstTop = Math.floor((winHgt – newImgHgt)) / 2; var dstLeft = Math.floor((winWth – newImgWth)) / 2; $(“.fancybox-content”).removeAttr(“style”); $(“.fancybox-content”).css(“width”, newImgWth + “px”); $(“.fancybox-content”).css(“height”, newImgHgt + “px”); $(“.fancybox-content”).css(“transform”, “translate(” + dstLeft + “px, ” + dstTop + “px)”); } function captionToggle() { if ($(“.fancybox-caption__body”).hasClass(“af3-caption-body”)) { $(“.af3-caption-body”).stop(true, false).animate({ height: “0vh” }, 800, function () { // Animation completed. closeDetails(); }); $(“.fancy-photo-detail-link”).html($(“.fancy-photo-detail-link”).html().replace(“CLOSE”, “SHOW”); } else { $(“.fancybox-caption__body”).addClass(“af3-caption-body”); $(“.af3-caption-body”).addClass(detailSize); $(“.af3-caption-body”).animate({ height: displayhgt }, 800); $(“.fancybox-caption”).addClass(“af3-caption-bg”); $(“.base-caption-info”).addClass(“full height”); $(“.fancy-photo-detail-link”).html($(“.fancy-photo-detail-link”).html().replace(“SHOW”, “CLOSE”); $(“.fancybox-caption__body”).prepend(prependClosing()); $(“.closing-box, .closingx”).on(“touchstart”, function () { captionToggle(); }); } } function getDetailsURL(fbObj) { return ‘DETAILS’; } function getDownloadURL(fbObj) { return ‘DOWNLOAD’; } function showFBShare() { return ‘SHARE’; } function closeDetails() { $(“.af3-caption-body”).removeClass(detailSize); $(“.fancybox-caption__body”).removeClass(“af3-caption-body”); $(“.fancybox-caption”).removeClass(“af3-caption-bg”); $(“.base-caption-info”).removeClass(“full height”); $(“.fancy-photo-detail-link”).removeClass(“photo-detail-gradient”); $(“.fancybox-button”).css(“display”, “block”); if (detailSize === “half”) { DetailSize = “full”; displayhgt = “90vh”; $(“.fancybox-caption”).removeClass(“desktop-init”); } } function prependClosing() { return ” } });

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More