When using a papaya:media tag to embed an image, e.g.:
< papaya:media src="35ff200b68267994f6c504fccd72b818" / >
the resulting HTML always contains the width and height of the image in a CSS inline style. This makes it impossible to change the dimensions of the image via external CSS rules.
There should at least be an option to not output any CSS in the generated image tag.
When using a papaya:media tag to embed an image, e.g.:
< papaya:media src="35ff200b68267994f6c504fccd72b818" / >
the resulting HTML always contains the width and height of the image in a CSS inline style. This makes it impossible to change the dimensions of the image via external CSS rules.
There should at least be an option to not output any CSS in the generated image tag.