Conversation

Notices

  1. I wonder if there's a way to send a different logo image to the API than what the site actually displays, since the new theme's logo being 600x100 will... not look good on the default StatusNet app, being it compresses the logo to a square image.

    Monday, 29-Oct-12 22:09:02 UTC from StatusNet Desktop
    1. @redenchilada Check the user-agent maybe? That'd mean that every single request for the logo incurs a small extra load for that check, though, so it might be a really bad idea.

      Monday, 29-Oct-12 22:19:33 UTC from web
      1. @bitshift One could always try hiding the actual logo with CSS and using :before to set a different image for the site displayed logo that way and NO THIS IS A STUPID IDEA

        Monday, 29-Oct-12 22:22:33 UTC from StatusNet Android
        1. @redenchilada It'd *work*, but yeah, it's probably not a very sane thing to try to do. :P

          Monday, 29-Oct-12 22:23:51 UTC from web
          1. @bitshift I HAVE AN IDEA. LET'S USE JAVASCRIPT TO DYNAMICALLY ALTER THE LOGO IMAGE ON PAGE LOAD. THIS IS THE EXACT OPPOSITE OF A TERRIBLE IDEA.

            Monday, 29-Oct-12 22:25:13 UTC from StatusNet Android