jQuery Crop

授权协议 未知
开发语言 JavaScript
所属分类 jQuery 插件、 jQuery图像处理
软件类型 开源软件
地区 不详
投 递 者 马弘和
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

一款直接在页面上对图片进行剪裁的jQuery插件,操作演示地址:

http://remysharp.com/wp-content/uploads/2007/03/crop_example.html

  • 这是一个js的页面滚动条插件 使用时引入三个文件:(路径自行填写) <link type="text/css" href="路径/jquery.jscrollpane.css" rel="stylesheet" media="all" /> <script type="text/javascript" src="路径/jquery.mousewheel.js"></script> <script

  • 1.html <div class="layui-form-item"> <label class="layui-form-label">企业印章</label> <div class="layui-input-block"> <input type="file" id="imgInp" style="display: none" name="sealFile">

  • 在项目中,需要多上传的图片按照比例和尺寸进行裁剪,这类场景在一些CMS系统中是比较常见的,尤其是大部分的文章现在要适配PC、Mobile两种平台,文章的封面图等便需要按照尺寸做裁剪,以便于应用到不同的场景和平台上。 项目是放在github上 项目地址:https://github.com/fengyuanchen/cropper  文档:https://github.com/fengyuanche

  • 前端实例 <!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="UTF-8"> <title>上传图片</title> <link href="https://cdn.bootcss.com/cropper/3.1.3/cropper.min.css" rel="stylesheet"> <link h

  • jcrop-> http://deepliquid.com/content/Jcrop_Manual.html Introduction Jcrop is a powerful image cropping engine for jQuery. It's been designed so developers can easily integrate an advanced image cropp

  • 官网地址:http://deepliquid.com/content/Jcrop.html 加载 <script type="text/javascript" src="js/jquery-1.7.1.js"></script> <script src="js/jquery.Jcrop.js" type="text/javascript"></script> <link rel="styleshe

  • 1. 基本使用步骤 www.biubiuka.cn 在 <head> 中导入 cropper.css 样式表: <link rel="stylesheet" href="/assets/lib/cropper/cropper.css" /> 在 <body> 的结束标签之前,按顺序导入如下的 js 脚本: <script src="/assets/lib/jquery.js"></script>

相关阅读

相关文章

相关问答

相关文档