I've been attempting to update my webpage background with an image through CSS, but I'm struggling to reference one of my Rails 6 images in the process. Despite trying options like asset-url and image-url, I haven't been successful. However, I managed to get the image working using HTML with the following code:
<%= image_pack_tag 'Slide1.jpg' %>
Do you have any suggestions on how I can use my "image pack" images in CSS?