Illustrator Yuuki Kikuchi’s Website
transform-style: preserve-3d;
perspective: 400px;
<?php
if ( has_post_thumbnail() ) {
$large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'large' );
echo '<a href="' . $large_image_url[0] . '" data-title="' . the_title_attribute( 'echo=0' ).'<br>' . get_the_content(). '" rel="lightbox" data-lightbox="character">';
echo get_the_post_thumbnail( $post->ID, 'medium' );
echo '</a>';
}
?>
$(window).on('load', function(){
$('.illust ul').masonry({
itemSelector: 'li'
});
$('.illust ul').css('opacity', '1');
});