Farbfetzen / fractalplotr

Make beautiful fractals with R
Other
0 stars 0 forks source link

stop github from displaying the pictures larger than they are #37

Closed Farbfetzen closed 4 years ago

Farbfetzen commented 4 years ago

How can I avoid that? I want the pictures not larger than their original size! Maybe play around with out.width? Or remove it? Look at the generated README.md file, where it says <img src="man/figures/README-dragon-1.png" width="100%" />. What happens if I remove that and then use very large pictures? Does the readme get wider or are they (hopefully) shrinked?

Make sure that it still looks nice on mobile.

Farbfetzen commented 4 years ago

Yeah, manually removing the width="100%" from the image link helps. So now do that using the rmd file and then generate the readme.md.