I'm trying out V7, and I noticed one thing missing from previous versions:
1. Insert an image (example.jpg) in the RTE
2. Drag the edges to make the image smaller
3. Publish the page
I expected the src of the image to be something like example_150x100.jpg, but it seems that it is only scaled through the style attribute of the img element?
Images in the RTE on v7.0.0
I'm trying out V7, and I noticed one thing missing from previous versions:
1. Insert an image (example.jpg) in the RTE
2. Drag the edges to make the image smaller
3. Publish the page
I expected the src of the image to be something like example_150x100.jpg, but it seems that it is only scaled through the style attribute of the img element?
This is the actual output:
Looking at this output, I see the following possible issues
- Should the image be scaled serverside, like previous versions?
- How do I edit the alt attribute without going to source mode? It seems there is no "edit" button for images?
- Isn't it a bit invasive to just put "Some description" in the alt attribute?
Could you add to the tracker, as these are bugs with the image picker
Will do.
Edit: Done:
http://issues.umbraco.org/issue/U4-3690
http://issues.umbraco.org/issue/U4-3691
is working on a reply...