Hi Guys,
I have two questions:
1. Use Dynamic Content in CSS for Background URL
I have identified an element that I would like to put a background image on. On the element, I used the custom CSS to input the following:
$el {
background: URL("{{dc:looper:item}}");
}
But unfortunately, the results I get in the browser inspector is
background: URL("")
where the dynamic content URL is not being inputted. Is this possible? Is there are way to force the URL to input into the custom CSS? I’ve double-checked and my gallery item from the looper (which is the current item) and it definitely is set to report back a URL.
2. Slider IMG element is draggable, stopping cursor from scrolling
On my page, I have a slider gallery. Each slide contains a Modal, with an element inside.
https://hackneywickboulder.co.uk/sessions/private-coaching/
I do not want page navigation, and I want mobile and desktop users to browse with their finger/cursor by swiping. However, when using desktop and trying to swipe over the images, the images actually just drag out of the browser as if I’m trying to paste it somewhere else. (I can’t capture a screenshot so I hope you understand).
Please could you let me know of a way to disable this effect. I already tried using the various user-select: none;
CSS commands.
Thank you,