You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I written HTML+CSS code, image convert working but issue in height and width.
I written code like this $options = [ 'width' => '120', 'height' => '50', ]; $conv = new Converter(); $conv->addPage($viewContent) ->toPng($options) ->save($pathToImage);
The text was updated successfully, but these errors were encountered:
I written HTML+CSS code, image convert working but issue in height and width.
I written code like this
$options = [ 'width' => '120', 'height' => '50', ]; $conv = new Converter(); $conv->addPage($viewContent) ->toPng($options) ->save($pathToImage);
The text was updated successfully, but these errors were encountered: