Hey there! @Hello_Forum if you do want to make the image bigger you can use the “background-size” in CSS and set it to “contain” or you can set it to your own custom parameters. Here’s an example below:
background-size: contain;
that should fill out the box that it’s in (very helpful if using flexbox or grid)
@Hello_Forum
No problem, BTW I was trying to supplement the other solution, I replied on the basis that you had already implemented the “no-repeat” in your code.
Sorry for any inconveniences or misunderstandings LOL