Title: Responsive parallax height
Last modified: August 22, 2016

---

# Responsive parallax height

 *  Resolved [bridieamelia](https://wordpress.org/support/users/bridieamelia/)
 * (@bridieamelia)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-parallax-height/)
 * Hi, what a great plugin, thank you. I need our parallax container to adjust according
   to device width, otherwise the content spills outside the container. I am thinking
   this could be achieved by way of a wildcard selector within a media query, using
   a calculated width.
 * For example:
 *     ```
       section[class^="parallax_"] {
       height: calc(<?php $custom_meta_fields('parallax_meta_height')?> * 2);
       }
       ```
   
 * I haven’t been able to get it working though. Any pointers would be greatly appreciated
   🙂
    TIA, Bridie
 * [https://wordpress.org/plugins/adamrob-parallax-scroll/](https://wordpress.org/plugins/adamrob-parallax-scroll/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [adamrob](https://wordpress.org/support/users/adamrob/)
 * (@adamrob)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-parallax-height/#post-5748154)
 * Hi,
    Have you got an example I could look at? Thanks, Adam
 *  Thread Starter [bridieamelia](https://wordpress.org/support/users/bridieamelia/)
 * (@bridieamelia)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-parallax-height/#post-5748380)
 * Yes! [http://corporate.12stepsforbusiness.com.au/](http://corporate.12stepsforbusiness.com.au/)
 * Thanks
 *  Thread Starter [bridieamelia](https://wordpress.org/support/users/bridieamelia/)
 * (@bridieamelia)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-parallax-height/#post-5748381)
 * Oh – I just realised if you remove the height, it auto sets to content. Sorry!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Responsive parallax height’ is closed to new replies.

 * ![](https://ps.w.org/adamrob-parallax-scroll/assets/icon-128x128.png?rev=1014693)
 * [Parallax Scroll by adamrob.co.uk](https://wordpress.org/plugins/adamrob-parallax-scroll/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/adamrob-parallax-scroll/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/adamrob-parallax-scroll/)
 * [Active Topics](https://wordpress.org/support/plugin/adamrob-parallax-scroll/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/adamrob-parallax-scroll/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/adamrob-parallax-scroll/reviews/)

## Tags

 * [height](https://wordpress.org/support/topic-tag/height/)

 * 3 replies
 * 2 participants
 * Last reply from: [bridieamelia](https://wordpress.org/support/users/bridieamelia/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-parallax-height/#post-5748381)
 * Status: resolved