issues
search
dustin10
/
VichUploaderBundle
A simple Symfony bundle to ease file uploads with ORM entities and ODM documents.
MIT License
1.85k
stars
519
forks
source link
Add dimensions helper functions to File class
#1256
Closed
Jupi007
closed
2 years ago
Jupi007
commented
2 years ago
Implement
getWidth()
and
getHeight()
, which respectively return image width and height ;
Implement
getHtmlDimensions()
which returns HTML formatted dimensions.
Closes #1255
getWidth()
andgetHeight()
, which respectively return image width and height ;getHtmlDimensions()
which returns HTML formatted dimensions.Closes #1255