Closed fauwara closed 1 year ago
I'm not sure how to squash and merge is it supposed to be done on my end or yours? also sorry for the messy PR I'm kind of new to this. 😅
Very nice! It's done on my end! In case you are wondering: I will now add this to a new branch, test it on all OS (you never know;) and merge it into main branch. You can read more about the Github flow here: https://docs.github.com/en/get-started/quickstart/github-flow
this PR is for issue #10 I have scraped the image from apod
I have also added different fit options for the image:
fill: (the image will be stretched or squished to fit)
the yml file for "fill" looks something like this
contain: (the image keeps its aspect ratio, but is resized to fit within the given dimension)
the yml file for "contain" looks something like this
cover: (the image keeps its aspect ratio and fills the given dimension. The image will be clipped to fit)
the yml file for "cover" looks something like this