Advertisement
guachitonico

Untitled

Jan 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <div class="post-parallax" style="height: 100px;" data-parallax="scroll" data-mirror-selector=".post-parallax-image" data-image-src="<?php echo wp_get_attachment_image_src($attachment_id = get_post_thumbnail_id($post = get_the_ID()), $size = 'full')[0] ?>"></div>
  2.  
  3.  
  4. <div class="parallax-post-container" style="height: 100px" data-parallax data-mirror-selector=".post-container" data-image-src="<?php echo wp_get_attachment_image_src($attachment_id = get_post_thumbnail_id($post = get_the_ID()), $size = 'full')[0] ?>"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement