[Pause Mode] "play" icon covers center of image - unable to pause (screenshot) a movie and view details

Hi,

Simple scenario, please look at attachment [it is a IMPORTANT scene from Joker,
the movie, it shows important document and when I pause I got this*]
(*attachment)

This is frustrating for people who are looking for details in the movies.
I want to pause a scene when some document is shown, and I want
to read it all but the “play” logo is blocking me…

Please make this as a setting which can be turned off.

BR,
lifetime-plex-subscriber :slight_smile:example

2 Likes

I 100% agree, this Play button doesn’t need to be ever-present, it can just show up when my mouse hovers over the video or something. I want this ability for the same reason as OP. Not being able to take a great screengrab of a funny moment in a video without the big orange Play button is super annoying and forces me to use another player like VLC to get the job done.

i agree with that,.it is trouble me when i try to screenshot a scene
but with a big yello logo.i will appreciate if it can hidden when i pause

After a little investigation it looks like one would need to set “display: none” like so:

.PlayButton-playCircle-1SP-7u {
  display: none
}

On my system the css file is located here:
/usr/lib/plexmediaserver/Resources/Plug-ins-f11334058/WebClient.bundle/Contents/Resources

And called:
main-179-c61f9f423fe5ceaebc05-plex-4.69.1.20463-d3adc51.css

After my edit it looks like this, see the ‘display:none’, that’s the change I did. This is working for me:

<snip>
.PlayButton-playCircle-1SP-7u{background-color:#e5a00d;border-color:#e5a00d;color:#1f2326}.PlayButton-playButton-3Thb8u.isActive .PlayButton-playCircle-1SP-7u{background-color:#b7800a}.PlayButton-playCircle-1SP-7u{border:2px solid hsla(0,0%,100%,.7);border-radius:50%;color:hsla(0,0%,100%,.7);display:none;font-size:10px;height:24px;line-height:24px;position:relative;text-align:center;transition:all .2s;width:24px}
<snip>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.