adjective

Url

25 of 70
Other / Body

chubby - Plump and rounded

Layla's baby boy was chubby for his age, but he would probably lose the weight as he got older.

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