preslavmihaylov / booknotes

A collection of my book notes on various subjects, mainly computer science
MIT License
2.25k stars 496 forks source link

Make all images for Java Concurrency chapters smaller if too big #5

Closed preslavmihaylov closed 1 month ago

preslavmihaylov commented 4 years ago

One type of problem is that often times, images appear on the same line as the previous row as in here: image

This can be fixed by putting a whitespace between the picture and the line before it.

Another problem is that often times, some images are rendered too big by default. example: image

I think this one can be reduced to be at most 300 pixels wide

ved-asole commented 1 year ago

Hi @preslavmihaylov, let me know if I can take care of the above issue.

preslavmihaylov commented 1 year ago

of course, please go ahead!