• The featured images gets stretched on browser window size change (trying to test responsiveness). IS there any way to ensure this odd and undesired behavior is controlled.

    Wonder who would want a featured image to stretch with incorrect proportions!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Madars

    (@cohhe)

    Hi there,

    thank you for the feedback, this is a known issue and we plan to fix it in future updates.

    Best,
    Cohhe

    Thread Starter Nikhil Varma

    (@nikhil-varma)

    Thank you! I cannot ask for more from a free thing, but still, when do you plan an update?

    Theme Author Madars

    (@cohhe)

    It could be released in two weeks or so.

    I fixed this on my sites by adding height; auto to this CSS.

    .intro-effect-fadeout .intro-effect-bg-img img {
    height: auto !important;
    }

    Thread Starter Nikhil Varma

    (@nikhil-varma)

    Thanks for this tip, Chroix.

    My featured images were actually small size, so it ended as:
    1. proportioned (what I wanted)
    2. cornered to top L corner origin point (I desired it in the center)
    3. The rest of the image area was “black” (not good)
    I guess changing “position:absolute” one could fix 2, and perhaps some other CSS for the background color.

    But this led me to experiment with:
    a. min-width: 100%;
    b. min-height: 100%;

    I realise, mostly ‘a’ without ‘b’ works well. For some screen widths this leads to a black image area. Just ‘b’ (without ‘a’) is the worst solution for proportion.

    Another way would be to use a much larger image that is tall enough to cover the black area (non image content part). I don’t know if that will get cropped or the post will actually begin much lower if the image is tall. Will have to try this option out.

    What image size are you using Chroix? I guess your suggestion with the right size combination may be the right solution?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to "lock" justification of featured image?’ is closed to new replies.