Hi,
I have a problem with the arrow (svg) image on Google Chrome Browser. Its the hero module. Problem with renderering?
They show up as a white block instead of an arrow. Other browsers seems fine, even mobile.
What can i do about this?
Dragos
Hi Dragos,
It due to the update of browsers in which the mask-image css property is not supported anymore and need to change to -webkit-mask-image instead.
mask-image
-webkit-mask-image
I updated for you and they are showing now.
Thx.. working now.