PHP Classes

Image Size

Recommend this page to a friend!

      VS PHP Word HTML  >  All threads  >  Image Size  >  (Un) Subscribe thread alerts  
Subject:Image Size
Summary:image Size
Messages:3
Author:RenatoCaputo
Date:2016-04-23 11:59:50
 

  1. Image Size   Reply   Report abuse  
Picture of RenatoCaputo RenatoCaputo - 2016-04-23 11:59:50
How can i change the size of an image included in the $doc?
CSS inline dont work...

Thanks

  2. Re: Image Size   Reply   Report abuse  
Picture of Raskin Veniamin Raskin Veniamin - 2016-04-23 12:34:41 - In reply to message 1 from RenatoCaputo
Hello. You can extend class https://github.com/vench/vsword/blob/master/vsword/node/DrawingNode.php change width and height

  3. Re: Image Size   Reply   Report abuse  
Picture of RenatoCaputo RenatoCaputo - 2016-04-23 15:11:38 - In reply to message 2 from Raskin Veniamin
Hi, thank you for the tip, this helps me a lot.
You've created a super Class! Thanks!!