Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if(strlen($object->images) > 0) {
  2. grid($object->images)->each(function($image) { ?>
  3. <img src="<?= getCrop(ltrim($image['image'], '/'), '300x300'); ?>" class="contact-img" alt="">
  4. <?php });
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement