adjective

Url

49 of 60
Other / Body

stout - Somewhat fat or heavily built, especially around the waist.

The stout man got around town riding an electric scooter with a seat.

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