When I add a blog item and use the Add-on to upload an image, the thumbnail looks fine, but when I click on the blog item, this image loads at the top of the page, but in a very unattractive size. It is also not consistent.
Here is some sample code:
srcset="https://buybcfoodanddrink.com/images/blog/23/cansu-emir.jpg 2x" style="opacity: 1;">
As you can see, some template is injecting the size width="232" height="151" and I would simply like to remove this and manage it with CSS....or edit the template with some more reasonable image size.
I have looked in:
design/themes/YOUR_THEME/templates/addons/blog/hooks/pages/page_content.pre.tpl
design/themes/YOUR_THEME/templates/addons/blog/hooks/pages/page_extra.pre.tpl
and common/image.tpl
none of these templates allow me to change or have control over width="232" height="151". I'm sure that this is dynamic because on another blog post, this is the resulting HTML:
srcset="https://buybcfoodanddrink.com/images/blog/23/cardamom-coffee-cake.jpg 2x" style="opacity: 1;">
For now, I am simply hiding the image using: