Jump to content

Webclient - Stop Overlays on the thumbnails.


Koleckai Silvestri

Recommended Posts

Koleckai Silvestri

Is there a way to stop the overlays on thumbnails from popping up? Half the time, I click on the Play button but if you delay a tenth of a second it goes to the item page instead of playing the video. I simply want to play the video from the Next Up page without any other distractions.

Link to comment
Share on other sites

Happy2Play

What screen exactly?  Probably target specific area with custom css.  This suppress overlay but if you still need all the options you can right click on the image.

/*Home-Next-up and TV Suggestions-Next-up*/
#nextUpItems div.cardOverlayTarget.itemAction {display: none !important}

or

/*Series Next-up*/
#itemDetailPage > div.ui-content > div > div.nextUpSection.detailSection > div > div > div > div > div.cardOverlayTarget.itemAction {display: none !important}
Link to comment
Share on other sites

Koleckai Silvestri

Personally, I would like to disable them on all screens. I have no use for them. Will start with the CSS above and start disabling them across the system.

Link to comment
Share on other sites

Happy2Play

Then I guess this will do then.

div.cardOverlayTarget.itemAction {display: none !important}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...