What happens when survival is the No. 1 priority? A cautionary tale from North Carolina.
// 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