Plugin Directory

Changeset 1422219


Ignore:
Timestamp:
05/23/2016 10:09:58 AM (10 years ago)
Author:
commercepundit
Message:

change readme file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • run-time-image-resizing/trunk/readme.txt

    r1422188 r1422219  
    3333
    3434== Frequently Asked Questions ==
    35 = A question that someone might have =
    36 An answer to that question.
     35= How many parameters are supported by this plugin and what would be the value for each parameter? =
     36There are total 6 parameters supported by this plugin. Explanation of each parameter are as below.
     37* Image URL - Pass Image url which you want to resize.
     38* Attach id - Pass the id of the image, image which you want to resize.
     39* Width - Width of new resized image.
     40* Height - Height of new resized image.
     41* PictureQuality - Pass the integer value out of 100, which set the Quality of image after resize it.
     42* Return - Pass the value ("Image") if you want to receive resized image instead of URL at frontend. By default it will give resized image URL.
    3743
     44= In which format should I pass parameter with shortcode? =
     45imgurl = URL of the image (String)
     46attach_id = ID of the image attachment (String)
     47picquality = Qaulity value (Integer)
     48width = (Integer)
     49height = (Integer)
     50return = (String)
     51
     52= Is it always necessary to pass both parameters URL as well as ID of the image?
     53No, one should pass only one parameter from both of them in shortcode.
    3854
    3955== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.