Skip to content

Fix Cloudinary Hero Image URL in Blog Post: Empowering Veterans in 2025 #778

Open
@jeromehardaway

Description

@jeromehardaway

🛠 Description

Update the Cloudinary image URL in the published blog post “Empowering Veterans in 2025: The Vets Who Code Mentorship Program” to include performance optimization parameters (f_auto,q_auto,dpr_auto,w_1200). This ensures the image loads faster across devices and maintains responsive quality.

✅ Acceptance Criteria
• Replace current image URL:

https://res.cloudinary.com/vetswhocode/image/upload/v1746411634/vwc-mentorship-program_ywhqsa.jpg

•	With optimized version:

https://res.cloudinary.com/vetswhocode/image/upload/f_auto,q_auto,dpr_auto,w_1200/v1746411634/vwc-mentorship-program_ywhqsa.jpg

•	Validate that:
•	The image displays correctly on desktop and mobile
•	There are no visual regressions or layout shifts
•	The updated URL functions across all blog rendering platforms

📋 Implementation Notes
• Only update the image.src value in the frontmatter YAML
• No content edits needed in the body or metadata
• This task is part of an ongoing initiative to improve image performance across all Vets Who Code blog posts

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