Advertisement
bowenac

image caption for slider

Jan 5th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. foreach ( $images as $image )
  2. {
  3. echo "<img src='{$image['full_url']}' width='{$image['width']}' height='{$image['height']}' alt='' title='{$image['caption']}' />";
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement