Living in the university’s blind spots.
By Anthony Abraham Jack
// for full bleed half split – figure’s parent container shouldn’t calc max-height
// and should be set to 100% instead – querySelector === baseClassName
let parent = document.querySelector(‘figure.FullBleedFigureHalfSplit’).parentElement
parent.style.maxHeight = “100%”
Living in the university’s blind spots.