The Cover
NME 100
News
Music
Film
TV
Gaming
Gig Guide
Radar
Search
Trending
Sailor Honeymoon
Ariana Grande
Marvel
Spider-Man: Brand New Day
Music
News
Features
Reviews
Interviews
Radar
Film
News
Features
Reviews
Interviews
TV
News
Features
Interviews
Reviews
Recaps
Gaming
News
Features
Reviews
Guides
The Cover
NME 100
News
Music
Film
TV
Gaming
Gig Guide
Radar
Search
Trending
Sailor Honeymoon
Ariana Grande
Marvel
Spider-Man: Brand New Day
Music
News
Features
Reviews
Interviews
Radar
Film
News
Features
Reviews
Interviews
TV
News
Features
Interviews
Reviews
Recaps
Gaming
News
Features
Reviews
Guides
`; // target the cover menu item const target = document.querySelector('#menu-header-uk-1 .menu-item-2911415'); // position popover to the left if the target is on the right half of the screen if (target.getBoundingClientRect().right > document.documentElement.clientWidth / 2) { popover.classList.add('left'); } target.appendChild(popover); // used to check if the article info let articleTitle = ''; function decodeHtmlEntities(str) { const txt = document.createElement('textarea'); txt.innerHTML = str; return txt.value; } // fetch info once, then show popover on hover target.addEventListener('mouseover', async () => { if (!articleTitle) { const [coverRes, articleRes] = await Promise.all([ fetch('https://www.nme.com/wp-json/wp/v2/posts?categories=268320&per_page=1&_fields[]=thumbnail_url&_fields[]=featured_media'), fetch('https://www.nme.com/wp-json/wp/v2/posts?categories=268101&per_page=1&_fields[]=title&_fields[]=link'), ]); const [cover, article] = await Promise.all([coverRes.json(), articleRes.json()]); articleTitle = decodeHtmlEntities(article[0].title.rendered); document.querySelector('#the-cover-article-title').textContent = articleTitle; document.querySelector('#the-cover-article-title').href = article[0].link; document.querySelector('#the-cover-image-link').href = article[0].link; document.querySelector('#the-cover-read-now').href = article[0].link; document.querySelectorAll('#the-cover-image').forEach((img) => { // add size modifier to the cover image url img.src = cover[0].thumbnail_url.replace(/(\.[\w\d_-]+)$/i, '-400x500$1'); }); // document.querySelector('#the-cover-image-link').href = article[0].link; } setTimeout(() => popover.classList.add('active'), 0); }); // hide popover on mouse leave target.addEventListener('mouseleave', () => { setTimeout(() => popover.classList.remove('active'), 0); }); });
Music News
Jack White’s Third Man Records announces UK and Ireland pop-up store tour
The five-city run will feature exclusive vinyl, limited edition merchandise and "bootleg" versions of White's solo records
Music News
The Bangles icon Susanna Hoffs announces new solo album ‘The List’ featuring Rufus Wainwright and more
Film News
‘Spider-Man: Brand New Day’ post-credits scene explained
Film News
‘KPop Demon Hunters’ bumper art book to offer a deep-dive on the hit musical
Film News
Classics professor Emily Wilson doubles down on ‘The Odyssey’ criticism: “We need more”
Advertisement
Music
Music News
Denise Welch reveals that Tiny Habits sang the first dance at Matty Healy and Gabbriette Bechtel’s wedding
Music News
Neil Young announces new album with the Chrome Hearts, shares soothing title track ‘Second Song’
Film News
Women’s safety campaigners call for Jared Leto’s Thirty Seconds To Mars 2027 UK tour to be axed following sexual conduct claims
Music News
Daft Punk’s Thomas Bangalter slams using AI to create music is “a way to bypass the creative process”
Music News
DIIV share ominous single ‘The Fountain’ as they officially announce new album ‘ZIRP!’ and announce tour dates
Music News
Tributes paid after death of legendary electronic producer William Orbit, age 69: “He never followed the obvious path”
Music News
‘KPop Demon Hunters’ singer’ Audrey Nuna captures “feeling of redemption, of validation, of the tides finally turning” on bold new single ‘superHuman’
Music News
Madonna and Kylie Minogue team up for ‘Love Sensation (Afterhours remix)’
More Music News
Film
Film News
Sam Neill’s final on-screen performance will be in ‘The Legend Of Zelda’
Film News
John Hughes was working on a sequel to ‘The Breakfast Club’ before he died
Film News
Leonardo DiCaprio is getting criticised for “greenwashing” Amazon with new Jeff Bezos eco-collaboration
Film News
Metal-inspired Disney merch range launched featuring new fonts for ‘Sleeping Beauty’ and more
Film News
‘Michael’ sequel is officially starting filming soon
Film News
James Cameron implies he’s done making ‘Avatar’ films and is ready to move on
Film News
Madness share new trailer for classic ‘Take It Or Leave It’ film restored in 4K
Film News
Adam Sandler wears socks when he goes swimming because “he can’t bend to take them off”
More Film News
TV
News
Every song on ‘The Westies’ soundtrack
News
Every song on the ‘Lucky’ soundtrack
News
Every song on the ‘Furious’ soundtrack
Music News
Kathy Griffin claims Dave Grohl blanked her at the airport after Donald Trump photo scandal
More TV News
Gaming
Gaming News
‘Grand Theft Auto 6’ fans furious about ‘Extended Look’ Netflix paywall
Gaming News
‘Palworld’ soundtrack is finally available to stream
Gaming News
Ozzy Osbourne, Bad Bunny and more for ‘Madden NFL 27’ soundtrack
Gaming News
Nine Inch Nails celebrate Quake’s 30th anniversary with merch drop
More Gaming News