0 votes
1 view
by
How do I stop my background from repeating pictures?

1 Answer

0 votes
by
This means that the image is being duplicated to fit the size of the element it's applied to, which could be causing the doubling effect. You can check if this is the case by inspecting the element's CSS styles. Look for a background-repeat property and check that it's set to "no-repeat" to prevent the tiling effect.
...