-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colors don't change #32
Comments
I noticed this too. Seems the problem exists when the image URL is using HTTPS. Accessing images via HTTP is a way around if you have that option. |
Can confirm. HTTP or HTTPS, it doesn't matter. Lavish is just not working for me. |
Same for me |
Its looking as the project might have been abandoned. It hasnt been updated for a few years now. |
It must have worked when Paul Seal did his Bootstrap Studio video. |
I checked the code and it doesn't work if you use local assets....the image location must be a URL pointing at an image that is accessible to the web page (i.e. not behind any auth). It actually works if you use an image link on the internet. |
Got it working just fine locally (Windows 10), with http/https/local files 😃 |
I don't know if the last commit broke something, but the tool seems to be entirely broken at the moment. I tried two very different images and both still show the sample colors even though it shows the new image uploaded.
http://www.lavishbootstrap.com/?utf8=%E2%9C%93&image_url=https%3A%2F%2Fs-media-cache-ak0.pinimg.com%2F736x%2Fe1%2Fdf%2F2d%2Fe1df2d6b6f47afa5ebe11551c6bb6d36.jpg&commit=Go+Lavish
and
http://www.lavishbootstrap.com/?utf8=%E2%9C%93&image_url=https%3A%2F%2Favatars3.githubusercontent.com%2Fu%2F7151622%3Fv%3D3%26s%3D400&commit=Go+Lavish
In effect, the only color set you can download now is the one you get when first opening the website.
The text was updated successfully, but these errors were encountered: