Rami Mustaklem
Rami Mustaklem
@piotr-s-brainhub My installed version is `"@brainhubeu/react-carousel": "^1.19.14",`. I also took the master, same thing. Edit: If you put a `div`, it doesn't render it, also if you put Gatsby ``...
@piotr-s-brainhub Yes, It does render a `div` with text inside of it, but if you wrap the Gatsby Image component inside a `div` inside the `` component, it technically renders...
@piotr-s-brainhub Yeah I could, and I'm sorry but the title says Gatsby Image. ``` import Img from 'gatsby-image'; ``` Have you tried it with Gatsby Image?
@piotr-s-brainhub nope, this is a hack. I'm not supposed to give it a height, I'd like my Image height. I'll have to specify a height for big screen, small, medium...
@RobertHebel @piotr-s-brainhub Nope. Tried 1.19.25 and 2.0.0 none of them worked. Still 0 height when using Gatsby-Image.
@ixperiencenl late versions of Laravel 5.2 and above stopped supporting the Route::controller() method, you could use resource routes or explicit Route::get() for each route you use in routes.php. It's always...