Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Post Script Responsive Images

Beschrijving

In short, this plugin modifies “the_content()” and the post thumbnail function by re-rendering the images with use of the SRCSET attribute. Other plugins do this for templated images, but not in the content region itself. This plugin will automatically work with any previously uploaded images as well.

Schermafdrukken

  • Banner Image SRCSET Code
  • Content Section Image SRCSET Code

Installatie

  1. Upload post-script-responsive folder to the /wp-content/plugins/ directory
  2. Activeer de plug-in via het ‘Plugins’ menu in WordPress

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Post Script Responsive Images” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Post Script Responsive Images” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0.0

  • Eerste release

1.0.1

  • Quick Fix of Typo

1.0.2

  • Added Support for Post Thumbnail SRCSET

1.0.3

  • Fixed issue with “|” in alt tags

1.0.4

  • Stopped reszing for “.gif” images to prevent overriding animations

2.0.0

  • Decided to move to using WordPress generated images instead of the SLIR library to have greater compatibility.

2.1.0

  • Restructured the plugin code to give it a better namespace to avoid any potential conflicts
  • Better documented plugin code