Why isn't mask-image working

22 Replies
ἔρως
ἔρως3mo ago
why don't you use clip-path: circle(100px) on the image?
lko
lko3mo ago
I need it to be repeatable
ἔρως
ἔρως3mo ago
define "repeatable"
lko
lko3mo ago
like background-repeat or mask-repeat
lko
lko3mo ago
also I found out that the problem is the mask-image source but I dont understand why, I get the source from here https://www.w3schools.com/css/css3_masking.asp
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
ἔρως
ἔρως3mo ago
the image is back and white try making it black and transparent, like the example
lko
lko3mo ago
I'm using this image
No description
lko
lko3mo ago
I copied the url from the css, so it should work
ἔρως
ἔρως3mo ago
so?
lko
lko3mo ago
So if it works there, why doesnt it work on mine
ἔρως
ἔρως3mo ago
i just told you
ἔρως
ἔρως3mo ago
compare that
lko
lko3mo ago
I tried with this image and it works but I dont get why, this image is transparent as well https://www.w3schools.com/css/w3logo.png
ἔρως
ἔρως3mo ago
wait, you are using the same image
lko
lko3mo ago
Ohh
No description
ἔρως
ἔρως3mo ago
No description
ἔρως
ἔρως3mo ago
you can make it into a base64 string
lko
lko3mo ago
It's fine dont worry I dont need that specific image, I just used it only as an example to test it Thanks tho
ἔρως
ἔρως3mo ago
you're welcome
capt_uhu
capt_uhu3mo ago
FYI, you can use a black and white mask-image in a CSS mask if you change the mask-mode to luminance https://developer.mozilla.org/en-US/docs/Web/CSS/mask-mode
MDN Web Docs
mask-mode - CSS: Cascading Style Sheets | MDN
The mask-mode CSS property sets whether the mask reference defined by mask-image is treated as a luminance or alpha mask.
clevermissfox
clevermissfox3mo ago
You may get some insights from this KPow video if you haven’t seen it yet https://youtu.be/FCuNtCq3nRg?si=3dfMWxI2hhFwNscV
Kevin Powell
YouTube
mask-image lets you do some really cool stuff
Add some creativity to your designs with mask-image! 🔗 Links ✅ Browser support: https://caniuse.com/?search=mask-image ⌚ Timestamps 00:00 - Introduction 00:30 - Setting things up to fade out the image 00:58 - Fading it out 02:30 - Fixing the layout 03:15 - Improving the fade out 03:52 - Masking with shapes #css -- Come hang out with other d...