File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ displayed in.
58
58
59
59
When rendering a post or a page, the plugin looks for images that have _ Image
60
60
Region_ metadata and replaces them on the front-end with a
61
- [ web component] ( https://github.com/AurelienLourot/frameright -web-component )
61
+ [ web component] ( https://github.com/Frameright/image-display-control -web-component )
62
62
automatically zooming on the best suited _ Image Region_ , effectively
63
63
doing better than a classical middle-crop.
64
64
@@ -83,7 +83,7 @@ composer test
83
83
- [ ` php-xml ` ] ( https://www.php.net/manual/en/book.dom.php )
84
84
- PHP 5.6+
85
85
- WordPress 5.1+
86
- - [ Image Display Control Web Component] ( https://github.com/AurelienLourot/frameright -web-component )
86
+ - [ Image Display Control Web Component] ( https://github.com/Frameright/image-display-control -web-component )
87
87
- [ ungap/custom-elements] ( https://github.com/ungap/custom-elements ) , a
88
88
polyfill for web components on Safari. Many thanks to
89
89
[ WebReflection] ( https://github.com/WebReflection ) !
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Please use the [GitHub repository](https://github.com/Frameright/image-display-c
31
31
== Changelog ==
32
32
33
33
= 0.0.5 (2023-01-26) =
34
- * Switched to rendering a [web component](https://github.com/AurelienLourot/frameright -web-component) on the front-end.
34
+ * Switched to rendering a [web component](https://github.com/Frameright/image-display-control -web-component) on the front-end.
35
35
36
36
= 0.0.4 (2022-11-05) =
37
37
* Improved documentation.
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ private function read_rectangle_cropping_metadata($path) {
306
306
'unit ' => $ region ->rbUnit ,
307
307
308
308
// Useful when unit is 'pixel', see
309
- // https://github.com/AurelienLourot/frameright- web-component
309
+ // https://github.com/Frameright/image-display-control- web-component/blob/main/image-display-control/docs/reference/attributes.md
310
310
'imageWidth ' => $ image_size ['width ' ],
311
311
'imageHeight ' => $ image_size ['height ' ],
312
312
Original file line number Diff line number Diff line change 1
1
> ** FIXME** : as soon as
2
- > https://github.com/AurelienLourot/frameright -web-component gets published to
2
+ > https://github.com/Frameright/image-display-control -web-component gets published to
3
3
> NPM, we can pull it with a ` package.json ` instead and get rid of this manual
4
4
> setup.
5
5
6
6
` image-display-control-*.tgz ` has been downloaded from GitHub.
7
7
8
8
Each time we push code to
9
- https://github.com/AurelienLourot/frameright -web-component , a GitHub action
9
+ https://github.com/Frameright/image-display-control -web-component , a GitHub action
10
10
validates it, builds it and publishes the built NPM package to an artifact
11
11
named ` image-display-control ` :
12
12
13
- * Go to https://github.com/AurelienLourot/frameright -web-component/actions
13
+ * Go to https://github.com/Frameright/image-display-control -web-component/actions
14
14
* Open the latest ` main ` workflow run
15
15
* Find the artifact at the bottom of the page
You can’t perform that action at this time.
0 commit comments