adjective

Url

3109 of 3214
Good / Big

expansive - Open, ready to communicate, experience, and relate more

They liked mountain climbing, because they loved the expansive views from the top of the mountains.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }