Hi in testing, it works now with the following, but I don’t believe !important is allowed in AMP code so I don’t think I can leave it that way right?
The images look correct with !important, but revert to skewed ratio when I remove the !important. So can you help me see what is over-riding this in the home page code?
========
.home-post-image amp-img{
Width: 100px!important;
Height: 100px!important;
}
========
Many thanks!
Bryan