`; // 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 = ''; // 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 = 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); }); });

Film News

This is who will be writing the scripts for Sam Mendes’ four Beatles biopics

The trio includes an Oscar winner and the creator of a Netflix hit

Real-life Cardinals reportedly watched ‘Conclave’ for guidance before voting for new Pope

Some Cardinals and Clerics have described the film as "remarkably accurate" and "a helpful research tool"

Who are The New Avengers?

Marvel have got a lot of people talking with their marketing of 'Thunderbolts*'

‘Elden Ring’ fans aren’t buying the rumours about Alex Garland’s film adaptation

The project for A24 will reportedly start shooting next year

Bella Ramsey defends gendered award categories: “It’s really important recognition for women in the industry is preserved”

They also expanded on their identity, saying: "I grew up more as a little boy than I did a little girl”

Donald Trump softens plans for hefty tariffs on foreign films: “I’m not looking to hurt the industry”

The US President also plans to "meet with the industry" to "make sure they're happy with it"

Rosalia says working on ‘Euphoria’ season three has been “really inspiring”

"I'm learning, you know, I'm trying not to forget my lines"

Pink Floyd set for seventh UK Number One with ‘Pompeii’ live album

It is augmented by two additional tracks - a previously unreleased extended version of ‘A Saucerful Of Secrets’, and an alternative take of ‘Careful With that Axe, Eugene’
Advertisement