diff --git a/examples/pinch-zoom.html b/examples/pinch-zoom.html
new file mode 100644
index 0000000000..ca434a64fd
--- /dev/null
+++ b/examples/pinch-zoom.html
@@ -0,0 +1,11 @@
+---
+layout: example.html
+title: Pinch Zoom
+shortdesc: Restrict pinch zooming to integer zoom levels.
+docs: >
+ By default, the `ol.interaction.PinchZoom` can leave the map at fractional zoom levels.
+ If instead you want to constrain pinch zooming to integer zoom levels, set
+ constrainResolution: true when constructing the interaction.
+tags: "pinch, zoom, interaction"
+---
+
Use a pinch zoom gesture to zoom the map. - After the gesture the map will zoomed to the next whole-number zoom level with an animtation.
-tags: "pinch, zoom, interaction" ---- -