Skip to content

Commit

Permalink
Merge pull request #365 from BrandonOldenhof/patch-1
Browse files Browse the repository at this point in the history
Fix: invalid img src attribute values
  • Loading branch information
ADmad authored Feb 13, 2023
2 parents 312f8bf + dfbf53e commit f4d5753
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/2.0/api/effects.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: Effects
Adds a blur effect to the image. Use values between `0` and `100`.

~~~ html
<img src="kayaks.jpg?w=500&blur=5>
<img src="kayaks.jpg?w=500&blur=5">
~~~

[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&blur=5)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&blur=5)
Expand All @@ -22,7 +22,7 @@ Adds a blur effect to the image. Use values between `0` and `100`.
Applies a pixelation effect to the image. Use values between `0` and `1000`.

~~~ html
<img src="kayaks.jpg?w=500&pixel=5>
<img src="kayaks.jpg?w=500&pixel=5">
~~~

[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&pixel=5)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&pixel=5)
Expand All @@ -32,7 +32,7 @@ Applies a pixelation effect to the image. Use values between `0` and `1000`.
Applies a filter effect to the image. Accepts `greyscale` or `sepia`.

~~~ html
<img src="kayaks.jpg?w=500&filt=sepia>
<img src="kayaks.jpg?w=500&filt=sepia">
~~~

[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&filt=sepia)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&filt=sepia)
[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&filt=sepia)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&filt=sepia)

0 comments on commit f4d5753

Please sign in to comment.