Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
</head>
<body>
    <style>
        img{
            width:48px;
            height:48px;
            position: relative;
        }
        img:after{
            top:0;
            left:0;
            content:url(http://ww4.sinaimg.cn/large/6685f05dgw1f3cryqie48j201c01cmwx.jpg);
            position: absolute;
            height:100%;
            width:100%;
        }
    </style>
    <img src="x.jpg" alt="">
    <img src="http://ww4.sinaimg.cn/large/6685f05dgw1f3crwgh5ydg201c01ca9u.gif" alt="">
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers