Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: first pass at enforcing image dimensions #867

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

nicholasio
Copy link
Member

Description of the Change

Closes #

How to test the Change

Changelog Entry

Added - New feature
Changed - Existing functionality
Deprecated - Soon-to-be removed feature
Removed - Feature
Fixed - Bug fix
Security - Vulnerability
Developer - Non-functional update

Credits

Props @username, @username2, ...

Checklist:

Copy link

changeset-bot bot commented Oct 1, 2024

⚠️ No Changeset found

Latest commit: e8a28a5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Oct 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
headstartwp-app-router ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 4, 2024 1:48pm
headstarwp ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 4, 2024 1:48pm

@nicholasio nicholasio changed the title feat: first pass at encofcing image dimensions feat: first pass at enforcing image dimensions Oct 2, 2024
* @return int
*/
protected function get_image_by_url( $url ) {
if ( function_exists( '\wpcom_vip_url_to_postid' ) ) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nicholasio I had to change it to wpcom_vip_attachment_url_to_postid instead to make it work

Copy link
Contributor

github-actions bot commented Nov 4, 2024

📦 Next.js Bundle Analysis for @10up/headstartwp

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

$doc = new \WP_HTML_Tag_Processor( $block_content );

if ( $doc->next_tag( 'img' ) ) {
$src = $doc->get_attribute( 'src' );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nicholasio maybe worth checking here if it has width and heigh attributes already to bail early. As if in the case something else added it before this hook runs

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

Successfully merging this pull request may close these issues.

2 participants