Changeset 1422219
- Timestamp:
- 05/23/2016 10:09:58 AM (10 years ago)
- File:
-
- 1 edited
-
run-time-image-resizing/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
run-time-image-resizing/trunk/readme.txt
r1422188 r1422219 33 33 34 34 == 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? = 36 There 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. 37 43 44 = In which format should I pass parameter with shortcode? = 45 imgurl = URL of the image (String) 46 attach_id = ID of the image attachment (String) 47 picquality = Qaulity value (Integer) 48 width = (Integer) 49 height = (Integer) 50 return = (String) 51 52 = Is it always necessary to pass both parameters URL as well as ID of the image? 53 No, one should pass only one parameter from both of them in shortcode. 38 54 39 55 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.