Erik Olsen

Results 13 comments of Erik Olsen

Yup, this is happening to me on Windows 11 and is very frustrating when doing development with client side scripts.

I did a simple test, and it does indeed work with `is:inline`. It didn't work for me with a hoisted script. That might be by design, I'm no expert.

> @brianliddell you can set a file template for each included image and use that to add additional custom fields. Any chance you can expand more on this? I was...

Did you define the xxxl size in the module options? Otherwise it's specified as 2xl in the docs.

Also, can you post the output of the `` tag when you apply the width and height?

Sounds like it could be a CSS issue to me? What styles are applied to the image?

> @danielroe I still have problem with `/static/images` when deploy to netlify. The server can't found image `/_ipx/...`. I wanna use `/_nuxt/` but follow the documentation that's seem not work....

> @tusamni @vienpt I'll look into it. Could you let me know what your image configuration is? Images are located in `static/images/` Module config: ``` image: { staticFilename: '[publicPath]/images/[name]-[hash][ext]', dir:...

After reading the Composer official docs I guess on UNIX systems the vendor/bin directory will contain symlinks. That must be what those files are.

The issue then becomes when I try to startup my site: "docker-compose -d --build" I get the following error: ![Screenshot_1](https://user-images.githubusercontent.com/9271145/88829597-7107fa00-d192-11ea-84c0-bbfb4b857a0e.jpg)