• Devuan project
  • devuan-project
  • Issues
  • #22

Closed
Open
Opened 2015-04-11T02:00Z by golinux @golinux

Adding an image - thumbnails are HUGE

I'm with dimkr. This new git version kinda sucks.

When adding an image, the thumbnail is now HUGE. Will have to reduce size before posting.

Please solve the reCAPTCHA

We want to be sure it is you, please confirm you are not a robot.

  • hellekin
    hellekin @hellekin · 2015-04-23T22:37Z

    media

  • hellekin
    hellekin @hellekin · 2015-04-23T22:38Z

    The thumbnail size adapts to the width of the screen. I don't understand the problem.

  • golinux
    golinux @golinux · 2015-04-23T23:09Z

    It's a matter of taste, I suppose. I prefer not to see a wall of images. but something tiny that I can click on if it piques my interest. I like the commentary of that image BTW. About par for the course. But I probably wouldn't stick around if there were a lot of them. And when we were working on desktop BG it would have been very annoying . . . too much scrolling . . .

  • hellekin
    hellekin @hellekin · 2016-02-12T19:49Z

    If you use Stylish, you can try this:

    ul.notes .note .note-body .note-text img {
        max-height: 150px;
    }

    Adjust the max-height to your taste. It won't provide a link to the image. I guess some javascript could be handy there.

    EDIT: You can also use the:hoverselector to change the height toauto:

    .note-text:hover img {
        max-height: auto;
    }
    Edited by hellekin 2016-02-17T15:25Z