adjective

13 of 60
Bad / Strange

ludicrous - So foolish, unreasonable, or out of place as to be almost amusing; ridiculous

The twenty-pound hamburger looked so ludicrous that Peter asked his friend to take a picture of Peter holding it.

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