Title: Documentation
Last modified: September 4, 2017

---

# Documentation

 *  [metaglyphics](https://wordpress.org/support/users/metaglyphics/)
 * (@metaglyphics)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/documentation-164/)
 * Any chance you can flesh out the documentation a bit? Trying to figure out how
   to use the focal point with a background image.
 * I’m calling the image field:
 *     ```
       $image = get_field('background_image');
       ```
   
 * Then adding some inline CSS:
    `background: url(<?php echo $image['url']; ?>) 
   no-repeat center center fixed;`
 * But how do I get the top, left, right, bottom values? This doesn’t work:
    `top:
   <?php $image['top'];?>;`
 * Thanks

The topic ‘Documentation’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/acf-focal-point.svg)
 * [ACF: Focal Point](https://wordpress.org/plugins/acf-focal-point/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/acf-focal-point/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/acf-focal-point/)
 * [Active Topics](https://wordpress.org/support/plugin/acf-focal-point/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/acf-focal-point/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/acf-focal-point/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [metaglyphics](https://wordpress.org/support/users/metaglyphics/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/documentation-164/)
 * Status: not resolved