Skip to content

Instantly share code, notes, and snippets.

@lichenbuliren
Created February 9, 2017 06:35
Show Gist options
  • Save lichenbuliren/d0b874fa9d9c82ae1b71d48978b90d7d to your computer and use it in GitHub Desktop.
Save lichenbuliren/d0b874fa9d9c82ae1b71d48978b90d7d to your computer and use it in GitHub Desktop.
hack 处理微信识别二维码图片问题
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<img src="base64:xxxxx" class="hack-qcode"/>
</body>
</html>
// 在微信弹层二维码图片的时候,将 `.hack-qcode` 一个透明的图片 fixed 定位,铺满全屏
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment