Hero Media Slider's height seems to be set to a default value of 600px. What would be an appropriate workaround to set that value to something else (e.g. 900px, 100%, etc)
Hero Media Slider's height seems to be set to a default value of 600px. What would be an appropriate workaround to set that value to something else (e.g. 900px, 100%, etc)
Comments
Comment #1
walfarox commentedwalfarox created an issue.
Comment #2
rajab natshahComment #3
rajab natshahThank you, Wilfredo for filing this request.
You can create you own library in the theme using our source SCSS
https://git.drupalcode.org/project/varbase_heroslider_media/-/tree/9.0.x...
Varbase Hero slider media theme variables.
https://git.drupalcode.org/project/varbase_heroslider_media/-/blob/9.0.x...
After changing and compiling the SCSS to CSS
you can have your custom library
as in https://git.drupalcode.org/project/vartheme_bs4/-/blob/9.0.x/vartheme_bs...
And then
as in https://git.drupalcode.org/project/vartheme_bs4/-/blob/9.0.x/vartheme_bs...
If you are using Vartheme BS4 and generated a sub theme
you do have that ready for you to change in your sub theme
https://git.drupalcode.org/project/vartheme_bs4/-/blob/9.0.x/VARTHEME_BS...
https://git.drupalcode.org/project/vartheme_bs4/-/blob/9.0.x/VARTHEME_BS...
https://git.drupalcode.org/project/vartheme_bs4/-/blob/9.0.x/VARTHEME_BS...
Create a Vartheme BS4 sub theme ( Bootstrap 4 ) SASS
Comment #4
rajab natshahNeeds: