Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

Image Resizer On The Fly

Περιγραφή

With the help of the shortcode, this plugin helps you to resize your image in different size. You never need to update your thumbnail size settings and re-upload all the image as you used to do before. It gives you the unlimited limitation for image resize.

How To Use

[image-resize width=100 height=100 ref=w default=your_default_image.png]

Parameters:
width: (required) Width of the image in px

height: (required) Height of the image in px

Ref: (optional) w if you want the width reference, h for height reference. No ref parameter means you will have image with maintained ratio.

default: (optional) Your default image path. The default image is shown when you don’t have featured image in your post.

You can use the shortcode in your post,page content area.

For using in templates, you can use the wordpress do_shortcode function. Like:

<?php do_shortcode(‘[image-resize width=100 height=100 ref=w default=your_default_image.png]’); ?>

While using in templates, it must be inside the post loop.

If you have any queries do write in the support section.

Στιγμιότυπα

  • Your resized images list in admin.

Εγκατάσταση

  1. Upload the plugin Image Resizer On The Fly files to the /wp-content/plugins/ directory
  2. Activate the Image Resizer On The Fly plugin through the ‘Plugins’ menu in WordPress.
  3. Use shortcode in your template, post, pages.

Συχνές Ερωτήσεις

Does it saves the image size for future reference ?

Yes.

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“Image Resizer On The Fly” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

1.1

  • Fixed Delete Link.

1.0

  • First Release