Issue with picture tag on content block.
Permalink
I have added responsive image support for concrete5 site using below documentation.
http://documentation.concrete5.org/developers/designing-for-concret...
It returns <picture> tag when I insert image from content and Image block.
But It does not return <picture> tag, when I re-size them, I mean by assigning specific height and width by drag and drop or providing constrain image size on image block. It returns only <img> tag. Which does not support responsive image.
How can I add support to those images which have specific height and width ?
Adding a snaps to make it more clear.
http://documentation.concrete5.org/developers/designing-for-concret...
It returns <picture> tag when I insert image from content and Image block.
But It does not return <picture> tag, when I re-size them, I mean by assigning specific height and width by drag and drop or providing constrain image size on image block. It returns only <img> tag. Which does not support responsive image.
How can I add support to those images which have specific height and width ?
Adding a snaps to make it more clear.
In 5.7.5.4, resized images in the Content block will use the picture element.