Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #978987

    Hallo, wie kann ich die Höhe des Vollbildsliders anpassen. Dieser sollte in der Höhe nur 90% haben.

    #978990

    Hey Reinhard,

    Please try to use Fullwidth Easy Slider instead since it has more options, fullscreen slider don’t have height adjustment since it will stretch images to occupy full width and height of the screen, if you want to still use fullscreen slider and adjust the height, we can still help with that with custom css code.

    Best regards,
    Jordan Shannon

    #978992

    Hallo, will keinen anderen Slider verwenden. Es gab mal eine Möglichkeit mit der shortcodes.js

    #979004

    Hi,

    Add this to quick css and adjust the values:

    .page-id-2 #fullscreen_slider_1.avia-builder-el-0 {
    height: 480px !important;
    max-height: 480px !important;
    overflow: hidden;
    }

    Best regards,
    Jordan Shannon

    #979014

    Hallo und Danke. Leider nicht der gewünschte Effekt.
    Der Slider sollte 90% in der Höhe sein.
    Möchte das die Überschrift sichtbar wird.

    #979018

    Hi,

    Are you not able to adjust the heights I provided above to deliver the desired effect?

    Best regards,
    Jordan Shannon

    #979024

    Hallo,
    habe jetzt in der shortcodes.js es so geändert: wh100_mod = wh100 – wh100 * 0.1,

    Hier funktioniert es

    Hier funktioniert es nicht. Die Shortcodes.js ist auch viel kürzer.

    #979204

    Hallo, habe das Problem gelöst. Ticket kann geschlossen werden.

    #979558

    Hi,

    Great, glad you solved the problem and thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Vollbild-Slider Höhe anpassen’ is closed to new replies.