Post image size calculation
-
So I have the first grid image set to 550px, but the result is this (which displays as a 550px block but image is only half):
.ultp-block-item:first-child .ultp-block-content-overlay {
height: calc(550px/1.5);
}I can overwrite it via css but from where comes this calculation?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Post image size calculation’ is closed to new replies.