I am attempting to add a background image through a URL, but the image is not showing up. Here is the code I am using:
<div style="background-image:url(https://i.amz.mshcdn.com/pr8NZRyZf0Kmz4FSGMkLtxUwZ70=/575x323/filters:quality(90)/https%3A%2F%2Fblueprint-api-production.s3.amazonaws.com%2Fuploads%2Fstory%2Fthumbnail%2F65469%2F23ede933-7d84-40fb-a9ee-eb7787a3feac.jpg);">content goes here...</div>
I have verified that the URL works by pasting it into a browser where the image shows up. However, it does not display as a background when used in my code. My WordPress site automatically fetches URLs for background images, so I am confused why this is not working. Any suggestions on how to solve this issue would be greatly appreciated.