2024-06-30, 04:24 AM
(This post was last modified: 2024-06-30, 04:24 AM by Efficient_Good_5784. Edited 1 time in total.)
(2024-06-30, 04:13 AM)mildlyjelly Wrote: If you just want to blur the images (which admittedly could still cause spoilers):I originally had this same thought and was also going to share this. However, the problem with adding a blur is that the play button will also be blurred out.
Code:.listItemImage.listItemImage-large.itemAction.lazy {
filter: blur(16px);
-webkit-filter: blur(16px);
}
That's the reason I went with just removing the picture and leaving a solid-black background in the previous post.
Though I guess it doesn't matter if you just remember to click in the middle of the episode image to play it.