<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>html5+canvas+js头像缩放裁剪,支持微信(不支持拍照)</title>
<style>*,html,body{padding:0px;margin:0px;}</style>
<script src="js/jquery-2.0.3.min.js"></script>
<script src="js/layer.m.js"></script>
<script src="js/touch-0.2.14.min.js"></script>
<script src="js/jquery.crop.js"></script>
<script>
$(function(){
var w = $(window).width();
var h = $(window).height();
$('.cutbox').crop({
w:w>h?h:w,
h:h,
r:(w-30)*0.5,
res:'',
callback:function(ret){
alert(ret);
localStorage.setItem("new_avatar",ret);
sessionStorage.setItem('edit_baby_avatar',true);
window.location.replace("http://baby.memiler.com/index.php?s=/wap");
}
});
});
</script>
</head>
<body>
<div class="cutbox"></div>
</body>
</html>
二哈大叔
- 粉丝: 7
- 资源: 16
最新资源
- (源码)基于C++的Unix V6++二级文件系统.zip
- (源码)基于Spring Boot和JPA的皮皮虾图片收集系统.zip
- (源码)基于Arduino和Python的实时歌曲信息液晶显示屏展示系统.zip
- (源码)基于C++和C混合模式的操作系统开发项目.zip
- (源码)基于Arduino的全球天气监控系统.zip
- OpenCVForUnity2.6.0.unitypackage
- (源码)基于SimPy和贝叶斯优化的流程仿真系统.zip
- (源码)基于Java Web的个人信息管理系统.zip
- (源码)基于C++和OTL4的PostgreSQL数据库连接系统.zip
- (源码)基于ESP32和AWS IoT Core的室内温湿度监测系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈