diff --git a/src/Yesod/Content/PDF.hs b/src/Yesod/Content/PDF.hs
--- a/src/Yesod/Content/PDF.hs
+++ b/src/Yesod/Content/PDF.hs
@@ -180,7 +180,7 @@
       Prelude.concat
        [ [ "--grayscale"  | True <- [wkGrayscale  opts] ]
        , [ "--lowquality" | True <- [wkLowQuality opts] ]
-       , [ "--disable-smart-shrinking" | True <- [wkLowQuality opts] ]
+       , [ "--disable-smart-shrinking" | True <- [wkDisableSmartShrinking opts] ]
        , toArgs (wkPageSize    opts)
        , toArgs (wkOrientation opts)
        , maybe [] (\t -> ["--title",            t     ]) (wkTitle           opts)
diff --git a/yesod-content-pdf.cabal b/yesod-content-pdf.cabal
--- a/yesod-content-pdf.cabal
+++ b/yesod-content-pdf.cabal
@@ -1,5 +1,5 @@
 name:                yesod-content-pdf
-version:             0.2.0.4
+version:             0.2.0.5
 synopsis:            PDF Content Type for Yesod
 description:         Provides a PDF content type for integrating wkhtmltopdf with Yesod apps. Please see README.md for further details.
 homepage:            https://github.com/alexkyllo/yesod-content-pdf#readme
