let widgetHeight = window.innerHeight – 100;
let widgetHtTxt = widgetHeight + ‘px’;
console.log(widgetHeight);
Appfolio.Listing({
hostUrl: ‘propertyhome.appfolio.com’,
propertyGroup: ‘Kentucky Land’,
themeColor: ‘#4d78b4’,
height: widgetHtTxt,
width: ‘100%’,
defaultOrder: ‘date_posted’
});
