Ovaj dodatak nije testiran s najnovija 3 glavna izdanja WordPress-a. Možda se više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada se koristi sa novijim verzijama WordPress-a.

Post Script Responsive Images

Opis

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.

Slike ekrana

  • Banner Image SRCSET Code
  • Content Section Image SRCSET Code

Instalacija

  1. Upload post-script-responsive folder to the /wp-content/plugins/ directory
  2. Aktivirajte plugin koristeći WordPressov meni ‘Plugini’

Recenzije

Nema recenzija za ovaj dodatak.

Saradnici i programeri

“Post Script Responsive Images” is open source software. The following people have contributed to this plugin.

Doprinositelji

Zapis promijena

1.0.0

  • Prvo izdanje

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