- Code: Select all
<img src="media/[-- IMAGE PRODUCT.Graphic --]" alt="Photo of [-- PRODUCT.Name --]" />
This will keep me from having to go into the back office and manually enter an alt tag for every single image on the site, one by one.
However, using the [-- IMAGE PRODUCT.Graphic --] tag now creates a new problem. It doesn't bring in the image size attributes as it does when I use the [-- PRODUCT.Graphic Remove_HTML --].
So my request (unless this is something I'm overlooking), is for there to be a new Shopsite tag implemented that would include only the image file name and size attributes.
As a side note, I realize that browsers will still display the images without the size attributes, but this will cause an error when validating the page, and may cause browsers to load the page a little slower since they have to calculate the size of each image.
Thank you.