Skip to content

Commit

Permalink
allow setting smartWidth for the image API
Browse files Browse the repository at this point in the history
  • Loading branch information
unlimitedsola authored Jun 21, 2020
1 parent 9d65474 commit d55d42c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/imagesettings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ struct DLL_LOCAL ReflectImpl<ImageGlobal>: public ReflectClass {
WKHTMLTOPDF_REFLECT(quality);
WKHTMLTOPDF_REFLECT(loadGlobal);
WKHTMLTOPDF_REFLECT(loadPage);
WKHTMLTOPDF_REFLECT(smartWidth);
}
};

Expand Down

0 comments on commit d55d42c

Please sign in to comment.