#im doing the birthday site and one of my gifs is not fitting
7 messages · Page 1 of 1 (latest)
I have had those kinds of issues before. I don’t have a great answer but I have wrapped the image in a container and given the container the desired size then the img is just width 100% and that has worked.
i figured it out somewhat of a solution you can do Background-size: contain; the only problem is that it double's it but it doesnt matter too much to me right now
Do you mean repeats the image? There is a background-repeat: no-repeat property.
could you share your code ?