Once a program is gone, it is very difficult and expensive to bring it back.
By Rebecca L. Walkowitz
Illustration by The Chronicle
// 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%”
Once a program is gone, it is very difficult and expensive to bring it back.