// custom header art
window.tgam.meta.photo_desktop = “https://www.theglobeandmail.com/files/interactive/canada/features/photo-popup/stories-year-2/Que-MaisonRebElles/build/rebelles_header_desktop.jpg”;
window.tgam.meta.photo_mobile = “https://www.theglobeandmail.com/files/interactive/canada/features/photo-popup/stories-year-2/Que-MaisonRebElles/build/rebelles_header_mobile.jpg”;
// editable custom header parameters
window.tgam.meta.headline_overlay_vertical_position_desktop = “bottom”;
window.tgam.meta.headline_overlay_horizontal_position_desktop = “left”;
window.tgam.meta.headline_overlay_vertical_position_mobile = “bottom”;
window.tgam.meta.headline_overlay_gradient = true;
window.tgam.meta.centre_headline = false;
window.tgam.meta.large_headline = false;
window.tgam.meta.label_text_colour = “”;
window.tgam.meta.label_box_colour = “#a00f19”;
window.tgam.meta.banner_overlay_gradient = false;
window.tgam.meta.headline_overlay_gradient_opacity = “”;
// bilingual header display text overrides
window.tgam.meta.en = {
display_head: “‘A chosen family’”,
display_deck: “At a Montreal housing collective, lesbians and allies live intentionally and age joyously”,
label: “Underexposed”,
byline: “Photography and story by Maya Naidu”,
byline2: “”,
creditline: “The Globe and Mail”
};
window.tgam.meta.fr = {
display_head: “La zone résidentiElle”,
display_deck: “Dans ce logement collectif montréalais, des lesbiennes et leurs alliés vivent selon leurs valeurs et vieillissent dans la joie”,
label: “Underexposed”,
byline: “Photographies et texte de Maya Naidu”,
byline2: “”,
creditline: “The Globe and Mail”
};
// default header display overrides (used when no language param is present)
window.tgam.meta.display_head = window.tgam.meta.en.display_head;
window.tgam.meta.display_deck = window.tgam.meta.en.display_deck;
window.tgam.meta.label = window.tgam.meta.en.label;
window.tgam.meta.byline = window.tgam.meta.en.byline;
window.tgam.meta.byline2 = window.tgam.meta.en.byline2;
window.tgam.meta.creditline = window.tgam.meta.en.creditline;
// non-editable custom header parameters – PLEASE DO NOT TOUCH
window.tgam.meta.headline_overlay = true;
window.tgam.meta.two_column = false;
window.tgam.meta.swap_column = false;
window.tgam.meta.full_width = true;
window.tgam.meta.narrow_width = false;
window.tgam.meta.dark_background = true;
window.tgam.meta.dark_background_colour = “#0a0a0a”;
window.tgam.meta.sans_headline = false;
window.tgam.meta.label_text_colour_overlay = “” ;
window.tgam.meta.label_box_colour_overlay = “#a00f19”;
window.tgam.meta.audio_bar = false;
window.tgam.meta.banner = true;
window.tgam.meta.banner_border = false;
window.tgam.meta.banner_overlay_dark = false;
window.tgam.meta.caption_background_colour = “”;
window.tgam.meta.caption_text_colour = “”;
window.tgam.meta.full_height = true;
// gi lazy images
window.lazySizesConfig = window.lazySizesConfig || {};
Object.assign(window.lazySizesConfig, {
lazyClass: “gi-lazyimage”,
loadedClass: “gi-lazyimage–loaded”,
loadingClass: “gi-lazyimage–loading”,
preloadClass: “gi-lazyimage–preload”,
errorClass: “gi-lazyimage–error”,
autosizesClass: “gi-lazyimage–autosizes”,
expand: 1000
});