Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
image system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Jan 2012 at 01:10 UTC
Updated:
29 Jul 2014 at 20:19 UTC
theme_image still works with a path. People expect theme_image_style to work the same way. If it's better to use a URI, can we reverse-detect the URI based on a path, and the site settings, so that if a path is provided this function can still work?
This is a function that Drupal beginners will encounter early on, long before they should need to understand URIs or why they need them.
Image styles are awesome, we want to encourage people to use them, and to love them. But we shouldn't make it this hard to use.
Comments
Comment #1
claudiu.cristeaURIs are an critical abstraction layer in modern Drupal. We cannot drop them.
Closing this.