Make Image Fill Column Height (Elementor)

PHOTO EMBED

Tue Feb 02 2021 19:32:23 GMT+0000 (Coordinated Universal Time)

Saved by @shm1ckle #javascript

const images = Array.from(document.querySelectorAll('.stretch img'));
images.map((img) => {
	img.onload = function() {
		let height = img.closest('.elementor-widget-wrap').offsetHeight
  		img.style = 'height: ' + height + 'px; object-fit: cover'
	}
})
content_copyCOPY

Sites using Elementor