You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/classic-ui/images.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -463,9 +463,9 @@ The real `src` URLs look more like `http://localhost:8080/Plone50/dsc04791.jpg/@
463
463
464
464
## Image scales from catalog brain
465
465
466
-
For all `NamedBlobImage` fields, we can get existing scale info's directly from the catalog brain.
466
+
For all `NamedBlobImage` fields, we can get existing scale information directly from the catalog brain.
467
467
468
-
Given a content type with a `NamedBlobField` named `picture`, we can get the following info's, by calling the `image_scales` attribute on the catalog brain.
468
+
Given a content type with a `NamedBlobField` named `picture`, we can get the following information by calling the `image_scales` attribute on the catalog brain.
469
469
470
470
```python
471
471
(Pdb) pp brain.image_scales
@@ -501,7 +501,7 @@ Given a content type with a `NamedBlobField` named `picture`, we can get the fol
501
501
'width': 800}]}
502
502
```
503
503
504
-
In these info's we have everything we need to generate our image URL's, without waking up any object's.
504
+
This information shows we have everything we need to generate our image URLs, without waking up any objects.
0 commit comments