Skip to content

CSS-Tricks/wp-tevko-responsive-images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This plugin tells WordPress to create three additional sizes for images you upload. Then it outputs special HTML (via a shortcode) that works with the Picturefill library to achieve responsive images in content.

Usage

[responsive imageid="12" size1="0" size2="500" size3="1000"]

Prereqs

Make sure your current theme has

'add_theme_support( 'post-thumbnails' );'

in the functions.php file.

Tutorial

Here: http://css-tricks.com/hassle-free-responsive-images-for-wordpress

About

Fully responsive image plugin for wordpress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.4%
  • PHP 47.6%