A
A
Alexander Baumgertner2013-04-26 00:12:44
css
Alexander Baumgertner, 2013-04-26 00:12:44

Show me how to implement the effect of cutting an image by text

Tell me how you can implement this effect: You need to show the picture only in the letters of the font. Thank you!




Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander, 2013-04-26
@alexbaum

It?
www.myadzel.ru/tests/html/text-background/

C
Cyapa, 2013-04-26
@Cyapa

{
    background-image: url("image.png");
    background-clip: text;
    -webkit-background-clip: text;
    -mox-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
}

Only it is not very cross-browser, unfortunately.

A
Alexander Baumgertner, 2013-05-22
@alexbaum

www.silenceit.ca/2011/03/11/css-gradients-and-webkit-image-masks-on-text/
as well as animation:
www.silenceit.ca/2011/03/25/css-text- mask-animation/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question