Archived topic
Featured Image scaling issue
1 reply · Started by Arnab Mohapatra on August 23, 2020
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.
Hi there,
go to Customizer > Layout > Blog --> Featured Images and remove any Width and Height properties.