@fevzikorkutata I don't understand what you're saying.
That fix is in 1.17.0 so you shouldn't have run into that issue if you went straight from 1.0.3 to 1.17.0 as I recommended.
XD
I can relate to two of those lol.
In defense of the last guy - sometimes that's the only way to get across what's happening.
Is this a hint @julian ?
@Scuzz said:
Is this a hint @julian ?
XD of course not, you guys are the best at bug reporting.
Although I will say, I'm definitely guilty of #2, as @psychobunny and @baris know.
I'm still convinced @julian is trying to tell me something.
New topic:
Nodebb no work, advise...
in this is post did anyone notice? image posted (maybe autofetch by link) by julian seems to be good fit, (yes! it's good for covering big images in post ) but on :hover it also should be a click-able only on "space" that image covering not full post or white blank space at right side!
hope you guyz get that....
@kartic Yes, we've noticed this in the past. It's due to the .img-responsive
class setting display: block;
Personally I think adding the .img-responsive
class is a bit heavy-handed. It doesn't really need to be added unless the picture is larger than the viewport or container width itself.
Unfortunately, applying a style based on image width is impossible in CSS
@julian max-width & media queries might be a possibility? Might need a lot of tweaking to get right though.
Just max-width
might work, possibly as a class in vanilla that can be inherited by other themes...
https://github.com/NodeBB/NodeBB/search?utf8=✓&q=img-responsive
^ 17 places where it is used, and we apply it to all images, even emoji, so that's why emoji plugins have this ugly ugly hack so they can be displayed inline.