Title: container height with fixed content
Last modified: June 25, 2020

---

# container height with fixed content

 *  Resolved [dimizu](https://wordpress.org/support/users/dimizu/)
 * (@dimizu)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/min/)
 * In your version 4.0.4:
 * For a slider with the Fixed Content property, the image container is not displayed
   correctly.
 * You have forgotten to set this CSS property:
 *     ```
       	min-height: var(--gutenslider-min-height);
       ```
   
 * Workaround in my style.css that works for me:
 *     ```
       .slick-slider, .wp-block-eedee-block-gutenslider {
       	min-height: var(--gutenslider-min-height);
       }
       ```
   
 * But it would be better to fix the bug in the plugin.
    -  This topic was modified 6 years, 1 month ago by [dimizu](https://wordpress.org/support/users/dimizu/).

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

 *  Thread Starter [dimizu](https://wordpress.org/support/users/dimizu/)
 * (@dimizu)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/min/#post-13037796)
 * Sorry, the above workaround causes problems with sliders that use the setting
   Changing Content. This one is better:
 *     ```
       .wp-block-eedee-block-gutenslider.content-fixed {
       	min-height: var(--gutenslider-min-height);
       }
       ```
   
 *  Plugin Author [eedee](https://wordpress.org/support/users/eedee/)
 * (@eedee)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/min/#post-13037857)
 * Hey [@dimizu](https://wordpress.org/support/users/dimizu/)
 * Thanks for your valuable input. We will include the fix in the Next Version.
 *  Plugin Author [eedee](https://wordpress.org/support/users/eedee/)
 * (@eedee)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/min/#post-13051985)
 * Hey [@dimizu](https://wordpress.org/support/users/dimizu/),
 * we checked out the issue and it shows that it works on our side. Where does your
   problem appear? Frontend or Backend? can you also please check if it only occurs
   with sliders that were created pre 4.0.4 by creating a new slider and see if 
   it also does not work there?
 * The css rule is not set on the block, as it would create fixed height sliders
   also when the media selection form is shown, which is not what we want.
 *  Plugin Author [eedee](https://wordpress.org/support/users/eedee/)
 * (@eedee)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/min/#post-13305073)
 * marked as resolved after no feedback

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

The topic ‘container height with fixed content’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/gutenslider_814abc.svg)
 * [WordPress Slider Block Gutenslider](https://wordpress.org/plugins/gutenslider/)
 * [Support Threads](https://wordpress.org/support/plugin/gutenslider/)
 * [Active Topics](https://wordpress.org/support/plugin/gutenslider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gutenslider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gutenslider/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [eedee](https://wordpress.org/support/users/eedee/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/min/#post-13305073)
 * Status: resolved