Customize Out of the Box Container Component to add two additional background image fields to author images for mobile and tablet devices.
I have a client requirement where I need to add two more background image fields in the container component which is referring to core/wcm/components/container/v1/container as sling:resourceSuperType. The two image fields are required fields and the image authored in those fields should load on page as backgroung image on the page. The out of the box container backgroundImageAsset field refers to sling:resourceType cq/gui/components/authoring/dialog/fileuplod. How can I achieve this requirement where I add two more required image fields to the container and display those images as backgroung images.