Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

Images do not have alt attributes. #58

Open
ersinco opened this issue Jun 13, 2023 · 0 comments
Open

Images do not have alt attributes. #58

ersinco opened this issue Jun 13, 2023 · 0 comments

Comments

@ersinco
Copy link

ersinco commented Jun 13, 2023

<?php $image = fly_get_attachment_image_src( get_post_thumbnail_id(), 'home_page_square', array( 500, 500 ), true ); echo '<img src="' . $image['src'] . '" width="' . $image['width'] . '" height="' . $image['height'] . '" />'; ?>

We are able to capture the width and height of the images. But we can't pull alt attribute :(

Hook that should work

alt="' . $image['alt'].'"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant