nuxt / nuxt/image

[New Provider] Add support for Umbraco ImageSharp as a Nuxt Image provider

Open
#1,892 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
1.5k
Forks
331
Avg merge
19h 52m
Merged PRs (30d)
9

Description

Hi Nuxt team 👋

I'm currently working on a project using Umbraco CMS as a headless backend, and I’m leveraging its built-in image processing capabilities powered by Umbraco CMS (ImageSharp.Web).

It would be extremely useful to have native support for Umbraco as a provider in @nuxt/image. Umbraco allows image transformations via query parameters, which makes it very similar in behavior to other dynamic image providers.

Example URLs from Umbraco ImageSharp

/media/image.jpg?width=600
/media/image.jpg?width=600&height=300&rmode=crop&rxy=0.5,0.2
/media/image.jpg?format=webp&quality=80
/media/image.jpg?bgcolor=128,64,32&rmode=pad

Thanks for the fantastic module — it has been a huge help optimizing images in Nuxt apps.

Best regards,

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the existing provider implementations and entry points in @nuxt/image to see how dynamic image URLs and transformation parameters are mapped. Compare those conventions with the Umbraco ImageSharp examples, then verify that the provider handles the shown width, height, crop, format, quality, and background options.

Written by the indexing model from the issue text.

Assessment

Tech stack
nuxt, typescript
Domain
frontend, web-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.