- πΊπΈUnited States DamienMcKenna NH, USA
Moving this to the main module as I merged the functionality there.
The <media:content>
field formatter is not adding some field_type specific attributes. In my case I'm missing width and height. Looking at the code I think I the reason is we check for $item['type']
instead of $field['type']
before adding the field type specific attributes.
<media:content
url="[img uri]"
fileSize="10093"
type="image/png"
medium="image" />
<media:content
url="[img uri]"
fileSize="10093"
type="image/png"
width="100"
height="100"
medium="image" />
Needs review
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Moving this to the main module as I merged the functionality there.