#2 solution works for me. Today the problem persists in Drupal 9.5
In my custom twig template I insert:
<div id="hero_response">
In CSS Selector for background image I put #hero_response. Image is not displayed.
I tried with class = "hero_response" and .hero_response in CSS selector, but it not works at all.
I also insert responsive image style which works on other fields in template.
I tried to make it with only Background image, accordingly not Responsive Background image, and image still not displaying. But it is displayed with regular Responsive image.
I have same problems with
Background Image Field →
and my issue is here
https://www.drupal.org/project/bg_img_field/issues/3202575 →
Could it be something with my configuration?
Please help
Active
1.14
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
#2 solution works for me. Today the problem persists in Drupal 9.5