I'm using img.src to load in an image. The dimensions are 215x143 but I want to pull in an img of size 480x319 so they look better when they go responsive.
The placeholder img is generated from the width and height. But I would like it to display the actual img dminesions and also not have imagemagick change the dimensions.
I'm using img.src to load in an image. The dimensions are 215x143 but I want to pull in an img of size 480x319 so they look better when they go responsive.
The placeholder img is generated from the width and height. But I would like it to display the actual img dminesions and also not have imagemagick change the dimensions.
Is this possible? Thanks