adjective

1285 of 3214
Good / Big

vast - Of very great extent or quantity; immense

The island was in the distance as the vast ocean stretched out before Tom.

// 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(); }); }