Guest User

Untitled

a guest
Mar 22nd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <a href="<?php echo wp_get_attachment_image_url($b['imagem'],'full'); ?>" data-fancybox="img" title="<?php echo get_field('titulo_logo_topo','options'); ?>">
  2. <?php echo wp_get_attachment_image($b['imagem'], 'thumb_portfolio', false, array('class' => 'logo img-responsive hvr-grow','title' => get_field('titulo_logo_topo','options'),'alt' => get_field('titulo_logo_topo','options'))); ?>
  3. </a>
  4.  
  5.  
  6.  
  7. $().fancybox({
  8. selector : '.fancybox',
  9. loop : true
  10. });
Add Comment
Please, Sign In to add comment