Hi all,
I use the following code to integrate a hero image with an album title:
<div class="hero-image">
<div
class="background-image"
style="
background-image: -webkit-image-set(
url(https://oliver-blum.com/backlight/designer/page/image/40) 1x, url(https://oliver-blum.com/backlight/designer/page/image/40) 2x
);
background-image: image-set(
url(https://oliver-blum.com/backlight/designer/page/image/40) 1x, url(https://oliver-blum.com/backlight/designer/page/image/40) 2x
);">
<h2 class="hero-image--album-title">CIUTAT DE LES ARTS I LES CIÈNCIES</h2>
</div></div>
The problem is that the album title appears on some smartphones but not on others.
I would like the album title not to be visible on the smartphone.
Where is the problem?
Link to my site: https://oliver-blum.com
Best regards,
Oliver