Skip to content

Absolute Cloudinary URLs do not work #1376

@markbrouch

Description

@markbrouch

There is currently no way to use an absolute URL for the Cloudinary provider. One workaround may be to parse the absolute URL to return the path, but this is not sufficient when we do not know the domain at build time (such as the case for custom Cloudinary domains provided by a backend API request at runtime).

A good solution will allow an absolute Cloudinary URL to be passed to <NuxtImg> in addition to the currently supported relative URLs.

Example:

<NuxtImg src="https://res.cloudinary.com/example/image/upload/example.jpg" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions