Hi,
i have a problem with slider edit is not showing preview, is just empty. All the buttons is working but no preview.
MD Slider 7.x-2.24
Theme Seven 7.57
jQuery version 1.4 (Drupal core)
Broswer Firefox
No JS errors
My slider configuration is:
Fullwidth
Effect zone width: 980
Height: calc(100vh - 200px)
After some search, i found that is a css problem, adds a "px" at the end of the Height property.
How to fix this? Is very annoying after every "Save & Continue" correcting the inline css.
Thank you
Hi,
You set Slider Height in calc unit (100vh - 200px). This is dynamic height which changes according to different screen sizes (because the real height of Slider that are displayed lastly is after rendering html)
We have lots of effects relating to slider's height which must be calculated with javascript before slider is rendered in html, Thus, we do not support dynamic height.
Thank you for your understanding!