adjective

109 of 901
Good / Beautiful

glitzy - Ostentatiously attractive (often used to suggest superficial glamour)

The glitzy hotel looked too fancy for its own good.

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