Skip to content

Fix Cloudinary Hero Image URL in Blog Post: Finding Vets Who Code #776

Open
@jeromehardaway

Description

@jeromehardaway

🛠 Description

Update the Cloudinary image URL used in the published blog post “Finding Vets Who Code” to include performance optimization parameters. This ensures consistent delivery across devices and improves load times by using Cloudinary’s best practices.

✅ Acceptance Criteria
• Replace current image URL:

https://res.cloudinary.com/vetswhocode/image/upload/v1721215701/jacob_oakley_s4vzb0.jpg

•	With optimized version:

https://res.cloudinary.com/vetswhocode/image/upload/f_auto,q_auto,dpr_auto,w_1200/v1721215701/jacob_oakley_s4vzb0.jpg

•	Ensure:
•	The updated image displays correctly on both /blog and the individual post page
•	The visual quality remains consistent across devices and resolutions
•	No broken links or image loading delays occur

📋 Implementation Notes
• This update affects only the image.src field in the frontmatter
• Do not change the post content, title, author, or publish date
• This is part of an overall effort to optimize all blog images on the Vets Who Code platform

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions