adjective

1658 of 3214
Other / Body

obese - Extremely fat in a way that is dangerous for health

The WHO says that obesity has reached epidemic proportions globally, with at least 2.8 million people dying each year as a result of being overweight or obese.

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