Does Lemmy implement a spoiler mode for images? Or perhaps it can be implemented with a custom CSS?

  • Yuki2501OP
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 year ago

    I just got an idea! :D Can you change a community’s CSS? If that’s the case, we could add a line to the CSS so that LN and prepub posts show an arbitrary image instead of the thumbnail.

    EDIT: Example:

    .thumbnail { content:url('spoiler.jpg'); }

    • NeshuraMA
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      We can but it’d need to be a client userstyle due to people on other instances. Also doesn’t fix text previews on mobile possibly co taining spoilers.

      I’ll make one after I finish the basics of the chapter posting bot, that one has priority rn