Changeset 970112
- Timestamp:
- 08/21/2014 09:30:41 PM (12 years ago)
- Location:
- wp-responsive-media/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-responsive-media.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-responsive-media/trunk/readme.txt
r970103 r970112 5 5 Requires at least: 3.9 6 6 Tested up to: 3.9.1 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 35 35 No. There will be a little extra code in your markup that is used by this plugin, mainly some extra data attributes, but everything will continue to function normally. 36 36 37 = Does this handle all media? = 38 No. It only handles images. Someone had already taken WP Responsive Images so this was the next best. 39 37 40 = How does it work? = 38 41 After you’ve activated the plugin, just go to your Post or Page and insert an image. You won’t notice anything different in the WordPress admin, it’ll just show up as an image like every other one. On the front end of the site, you’ll now see that the images that you’ve added are now fully responsive. You can read about it in more depth [here](http://randyjensenonline.com/thoughts/crafting-seamless-responsive-images-solution-wordpress/) -
wp-responsive-media/trunk/wp-responsive-media.php
r970103 r970112 2 2 /* 3 3 * Plugin Name: WP Responsive Media 4 * Version: 1.0. 44 * Version: 1.0.5 5 5 * Plugin URI: http://www.randyjensen.com/ 6 6 * Description: Seamless responsive media for WordPress … … 30 30 */ 31 31 function WP_Responsive_Media () { 32 $instance = WP_Responsive_Media::instance( __FILE__, '1.0. 4' );32 $instance = WP_Responsive_Media::instance( __FILE__, '1.0.5' ); 33 33 34 34 return $instance;
Note: See TracChangeset
for help on using the changeset viewer.