vue-content-loader
vue-content-loader copied to clipboard
Responsive
My content's width depend on the screen size, is it possible to create content loaders with a dynamic width for responsiveness purposes ?
The width and height properties seems to accept only numbers.
IssueHunt Summary
Backers (Total: $100.00)
-
issuehunt ($100.00)
Submitted pull Requests
Become a backer now!
Or submit a pull request to get the deposits!
Tips
- Checkout the Issuehunt explorer to discover more funded issues.
- Need some help from other developers? Add your repositories on IssueHunt to raise funds.
IssueHunt has been backed by the following sponsors. Become a sponsor
+1 here - any thoughts on this one?
@issuehunt has funded $100.00 to this issue.
- Submit pull request via IssueHunt to receive this reward.
- Want to contribute? Chip in to this issue via IssueHunt.
- Checkout the IssueHunt Issue Explorer to see more funded issues.
- Need help from developers? Add your repository on IssueHunt to raise funds.
My 0.2$,
As its svg based, It is almost impossible to resize without stretching / deforming the graphics with a dynamic width or height. https://github.com/danilowoz/react-content-loader/issues/91
So I don't think this library or other svg based will support responsiveness one day.
For that purpose, classic html with CSS animations may be a solution.
I use bootstrap display properties just fine and made three different versions which get hidden / shown by them.
class="d-block d-sm-block d-md-none"
work on it
Status?
#60