WPIntell

Source evidence

Image Height Not Working

WP Munich Blocks – Gutenberg Blocks for WordPress · support · 2019-01-28T10:31:00+00:00

mixedsentiment
lowseverity
0.62relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 26 rows with source links

19.2% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

21 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
rubberdragon resolved
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] 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.) of course, thank you, that works, why didn’t I think of that : )

Comments

2 shown
WP Munich 2019-01-28T10:32:00+00:00

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.)

rubberdragon 2019-01-28T11:10:00+00:00

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