Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php
  2.  
  3. if(!empty($gallery)){
  4. foreach($gallery as $img){
  5. $img = $img['sizes']['large'];
  6. echo "<div style=\"background: url($img) center no-repeat; background-size: cover;\"></div>";
  7. }
  8. }
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement