• Resolved rubberdragon

    (@rubberdragon)


    Image height settings not working.
    Image height showing 56px for all background image blocks.

    On inspection, my image height settings element style is crossed out,

    element.style {
        min-height: 2000;
    }

    Any ideas why this might be?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP Munich

    (@wpmunich)

    On first sight: Because the min-height has no unit. Try something like 2000px, or 100vh.

    We do not automatically add a unit to the value to give the authors freedom to use any unit they like. (em, vh, px, ect.)

    Thread Starter rubberdragon

    (@rubberdragon)

    of course, thank you, that works, why didn’t I think of that : )

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image Height Not Working’ is closed to new replies.