ResponsifyJS
A jquery plugin that makes images truly responsive, without sacrificing anyone's face. Give it more stars!
Install / Use
/learn @wentin/ResponsifyJSREADME
Responsify.js
A jquery plugin that makes images truly responsive, without sacrificing anyone's face :D
When images are used in a responsive container on web design, because of the container can change to any width:height ratio, a group shot could end up being cut off on people's faces, a nice photograph following "rule of third" could end up with no object in view. Responsive images face the challenge of how to keep the focused objects/area in view, this jquery plugin is here to solve the problem.
Download
Demo
https://responsifyjs.wentin.net/
App
https://responsifyjs.wentin.net/app
Use this interactive web app to generate the focus area data
What it does
Responsify.js does the following:
- It allows you define a focus area on an image using
data-focus-xxxtag - It takes in the focus area data from the image, calcuate the image's container's size, resize and position the image accordingly, make sure the focus area is always in view and in the best position possible.
- Responsive image with responsify.js
- Responsive image without responsify.js
How to use
- Use this interactive web app to generate the focus area data http://responsifyjs.space/app/
<img src="image.png" alt=""
data-focus-left=".30" data-focus-top=".12" data-focus-right=".79" data-focus-bottom=".66" />
data-focus-left is the focus area's left position comparing to the image's full width, in decimal. For example, if the full width is 300px, the focus area's left is 90, then the data-focus-left should be 90/300 = 0.3. Same logic applies to other three data attributes.
- Embed the responsify.js in the html
<script src="responsify.js"></script>
- Call responsify function when window object is loaded
$(window).load(function() {
$('img').responsify();
});
- Call responsify function again when the window is being resized (optional)
$(window).resize(function(){
$('img').responsify();
})
###Contact Me
- Follow @DesignJokes on Twitter
- Email zhangwenting111@gmail.com
###Other Project by Wentin
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
