newsdev / ai2html

A script for Adobe Illustrator that converts your Illustrator artwork into an html page.
http://ai2html.org
Other
897 stars 145 forks source link

Add min-height to each artboard #97

Closed giratikanon closed 6 years ago

giratikanon commented 6 years ago

To properly hold the final size before the image is loaded

mbloch commented 6 years ago

Version 0.75.0 changes the way artboard height is set in HTML. Now, we're setting container height to be a percentage of container width by setting the padding-bottom CSS property. This works better than setting min-height for dynamically sized graphics.