When I add picture my blog post it is ok, but when I look that in mobilephone pictures are cutting??
Template is responsive, but blog pictures are static??
You have a fixed width and height in the tag img style (width: 645px; height: 363px;).
You can try
style=“float: left; width:100%; and height:auto; margin: 0px 10px 10px 0px;”
instead of style=“float: left; width: 645px; height: 363px; margin: 0px 10px 10px 0px;” .
You have to open the blog post in armadillo and then look at it using the html view.
Do you use the last Armadillo set of stacks ?
When I import an image, Armadillo doesn’t give height and width to the image.
I suppose that’ why it’s automatically responsive for me.