Browse Source

allow setting smartWidth for the image API

Sola 5 years ago
parent
commit
d55d42c11a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/imagesettings.cc

+ 1 - 0
src/lib/imagesettings.cc

@@ -51,6 +51,7 @@ struct DLL_LOCAL ReflectImpl<ImageGlobal>: public ReflectClass {
 		WKHTMLTOPDF_REFLECT(quality);
 		WKHTMLTOPDF_REFLECT(loadGlobal);
 		WKHTMLTOPDF_REFLECT(loadPage);
+		WKHTMLTOPDF_REFLECT(smartWidth);
 	}
 };