Cord

Results 13 comments of Cord

Can confirm this issue in the latest release

Ok, with a meta-data api call I want to get the dimensions of the generated images by cacheId. I tried to apply images( resource $image) , imagesy( resource $image) but...

Should be optional. Scenario: generating and outputting responsive images with 2x resolution, so the html() method should generate something like this: ``

thanks a lot, works perfectly!

works here - changed to `1.5rem` for being consistent with the nova styles: ``` .top_level ul li ul li { margin-left: 1.5rem; } ```

Just updated: ` - Updating mtolhuys/laravel-schematics (0.10.1 => 0.10.2): Downloading (100%) ` Then trying this: ![Laravel Schematics 2020-03-13 09-02-55](https://user-images.githubusercontent.com/158588/76601593-88a75480-6509-11ea-9e21-820092300e87.png) leads to an error bar at the bottom "unprocessable entity" and...

ok, understand the concept but am struggling with the details (due to my lack of deeper knowledge...). Tried to adopt the code I found in #601 but can't make it...