[Resolved] Featured Image scaling issue

Home Forums Support [Resolved] Featured Image scaling issue

Home Forums Support Featured Image scaling issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1414593
    Arnab Mohapatra

    Hi
    Featured image is not being scaled properly in tab and mobile view. Demo – https://cln.sh/OVP2VD

    This is because of generate-style-inline-css

    ` <style id=’generate-style-inline-css’ type=’text/css’>
    .featured-image img {
    width: 916px;
    height: 458px;
    -o-object-fit: cover;
    object-fit: cover;
    }
    `
    I can not figure out how to add size for the responsive version.

    #1414762
    David
    Staff
    Customer Support

    Hi there,

    go to Customizer > Layout > Blog –> Featured Images and remove any Width and Height properties.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.