[WIP] Setup of skeleton
This commit is contained in:
1
resources/views/vendor/medialibrary/responsiveImageWithPlaceholder.blade.php
vendored
Normal file
1
resources/views/vendor/medialibrary/responsiveImageWithPlaceholder.blade.php
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<img{!! $attributeString !!} srcset="{{ $media->getSrcset($conversion) }}" onload="this.onload=null;this.sizes=Math.ceil(this.getBoundingClientRect().width/window.innerWidth*100)+'vw';" sizes="1px" src="{{ $media->getUrl($conversion) }}" width="{{ $width }}">
|
||||
Reference in New Issue
Block a user