newsteller signup aspect ratio

I want to add a small picture in the newsteller area in the homepage. I was able to chnage the picture but it shows it a lot of times. this is how it looks like now. what is the photo aspect ratio i need to use so it will show up only once instead of duplicating. The method I tried is to set a background image to the class of the newsteller signup div

Hi @noamdaniel ,

You can add the background CSS property below, where you have added the background from.

background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;

If this does not work, Please share your store URL so that I can investigate further.

If you need any further assistance or have any queries, feel free to contact me.

Was my reply helpful? Click Like to let me know!

Was your question answered? Mark it as an Accepted Solution and click like.

Now It works but when i scroll the image moves