Skip to content

Is there any reason you don't add a height attribute to fallback image? #78

@ktallafus

Description

@ktallafus

$fallbackTag->addAttribute('width', $referenceWidth);

You could also do
$fallbackTag->addAttribute('height', $fallbackImage->getProperty('height'));
like it's done in f:media. Or am I missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions