Closed preslavmihaylov closed 4 years ago
Can you provide one file name in which the size of image is big, for better understanding?
One type of problem is that often times, images appear on the same line as the previous row as in here:
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:
I think this one can be reduced to be at most 300 pixels wide
I'm into it, May i be assigned this one @preslavmihaylov ?
sure, you're good to go
I will also accept pull requests for the same task but for the java concurrency in practice book
Waiting for review :) @preslavmihaylov
Solved in #4
There are instances of images which are too big because markdown stretches them by default.
Find all such instances and use regular HTML to limit the width of the pictures in order for them to look better.