Suggestion: Fit expanded images to screen
Can we implement a 'fit expanded images to screen' in the options? It's the one option which stopped me from fully migrating to 8chan for 3 weeks many months ago. Opening the images in a seperate tab is annoying. Please implement it, thanks.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
So you would like images that are wider than the screen to only expand to the edges of the screen? Can you give me an example of an imageboard where this is implemented? I haven't seen it on 7chan or 711chan, so I'll need an example to see exactly what you mean.
Yeah, it's implemented on 4chan. Thanks.
I forgot to mention, you need to do the following to enable it on 4chan: goto settings on the top right > images & media > fit expanded images to screen.
probably could be done in javascript by getting the window size and setting the expanded size to a few pixels short of that as long as it doesn't stretch the image any wider than the image's natural width and height. Seems like an entirely javascript based fix.