verb

Url

1 of 60
Good / Big

billow - To cause the sky or an object to be filled with smoke, air, or steam.

During the early 20th century, the skies above many cities were filled with billowing clouds of smoke coming from factory chimneys.

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