There is a bug in PG when adding a php code in any element and select style property and type the image url it doesn’t add it like this
background-image: url(path);
background: url(path);
it adds it like this
background-image: path;
background:path;
so this is bug in PG WP kindly check it and make a future update fix for it.