Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $gallery = get_field('hintergrunde', 'options');
- $rand = array_rand($gallery, 1);
- if( $gallery ): ?>
- <div id="background" style="background:url(<?php echo $gallery[$rand]['url']; ?>) center center no-repeat;"></div>
- <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment