• e0qdk@reddthat.com
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      Thanks! I’ll go ask Tiff about getting reddthat updated later.

      BTW, is there a community for discussion of mlmym itself somewhere on lemmy? I can’t participate on GitHub, but those aren’t the only issues I’ve found. (e.g. there’s also ?format=jpg&thumbnail=96 on non-pictrs links and a text handling issue with angle brackets…)

      • nnrx@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        2 months ago

        no lemmy community for mlmym yet, that’s good idea.

        do you have an example of that thumbnail issue?

        • e0qdk@reddthat.com
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          2 months ago

          I ran into an example of the thumbnail issue again today – this time on a post from kbin: https://old.reddthat.com/post/19193476

          The thumbnail looks like this in the HTML:

          <div class="thumb">
            <a class="url"
               href="https://media.kbin.social/media/60/a4/60a45b8ff88b1b2e3a0f77b701feb323c5bbfb7ceeb75154ea7df5d6eea15ef8.jpg"
               >
              <div  style="background-image: url(https://media.kbin.social/media/60/a4/60a45b8ff88b1b2e3a0f77b701feb323c5bbfb7ceeb75154ea7df5d6eea15ef8.jpg?format=jpg&amp;thumbnail=96)"></div>
            </a>
          </div>
          

          Note that it’s making a request to kbin.social with ?format=jpg&thumbnail=96 parameters in the CSS – which results in the full image being loaded since kbin doesn’t run pictrs.

          The versions in use on reddthat (according to the settings page) are:

          lemmy: 0.19.4-beta.7

          mlmym: 0.0.44