adjective

Url

49 of 60
Good / Big

immense - Extremely large or vast in size, amount, or degree.

The ocean stretched out before them, seeming immense and endless.

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