Changeset 935441
- Timestamp:
- 06/19/2014 11:29:48 PM (12 years ago)
- File:
-
- 1 edited
-
wpinstagram-images-widget/trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpinstagram-images-widget/trunk/README.txt
r935440 r935441 27 27 **Shortcode Examples** 28 28 29 Show only 1 image: *[wpinstagram_images username="@youusername"]* 29 1. Show only 1 image: 30 30 31 Show 5 images: *[wpinstagram_images username="@youusername" show=5]* 31 [wpinstagram_images username="@youusername"] 32 32 33 Show 5 images and descriptions: *[wpinstagram_images username="@youusername" show=5 show_description=1]* 33 1. Show 5 images: 34 34 35 Show 5 images, descriptions and change the image size to 300 (width) x 300 (height): *[wpinstagram_images username="@youusername" show=5 show_description=1 image_size="300x300"]* 35 [wpinstagram_images username="@youusername" show=5] 36 36 37 Show inline photos: *[wpinstagram_images username="@eduardostuart" show="2" horizontal_list=1]* 37 1. Show 5 images and descriptions: 38 39 [wpinstagram_images username="@youusername" show=5 show_description=1] 40 41 1. Show 5 images, descriptions and change the image size to 300 (width) x 300 (height): 42 43 [wpinstagram_images username="@youusername" show=5 show_description=1 image_size="300x300"] 44 45 1. Show inline photos: 46 47 [wpinstagram_images username="@eduardostuart" show="2" horizontal_list=1] 38 48 39 49 = CSS (Shortcode , Widget ) = 40 50 41 .wpinstagram{ } 51 52 53 .wpinstagram{} 54 55 42 56 .wpinstagram.wpinstagram-shortcode img, .wpinstagram.wpinstagram-widget img{ } 43 57 58 59 44 60 .wpinstagram.wpinstagram-shortcode--horizontal .wpinstagram-shortcode-item, 45 .wpinstagram.wpinstagram-widget--horizontal .wpinstagram-widget-item { } 61 .wpinstagram.wpinstagram-widget--horizontal .wpinstagram-widget-item {} 62 63 46 64 47 65
Note: See TracChangeset
for help on using the changeset viewer.