Foreign students are coming in droves. But there’s reason to be cautious.
// 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%”
Discussion about this post