noun

13 of 70
Other / Body

blubber - The fat of sea mammals, but sometimes also referring to the extra weight of a person

Lewis loved sweets and cake, but he realized it was getting out of hand when he felt the blubber of his belly bulging through his shirt near his waist.

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