project_syncfusion_dashboard icon indicating copy to clipboard operation
project_syncfusion_dashboard copied to clipboard

Tailwind BackgroundImage

Open InstantaneousMISC opened this issue 3 years ago • 2 comments

The backgroundImage defined in the tailwind.configs.js is rendering a plain white image. This is the background rendered with the 'bg-hero-pattern' className. Should be the colorful lady at a desk image that is shown in the tutorial.

backgroundImage: { 'hero-pattern': "url('https://i.ibb.co/MkvLDfb/Rectangle-4389.png')", },

InstantaneousMISC avatar Sep 29 '22 00:09 InstantaneousMISC

Use this one:

backgroundImage: {
  'hero-pattern':
    "url('https://demos.wrappixel.com/premium-admin-templates/react/flexy-react/main/static/media/welcome-bg-2x-svg.25338f53.svg')",
},

It has been changed by some reason, probably by licence issue. Original is still here: https://gist.github.com/adrianhajdin/7d0eea1cbab4ab21a69dc8c2faf9b831

pelmegov avatar Oct 06 '22 17:10 pelmegov

Use this one:

backgroundImage: {
  'hero-pattern':
    "url('https://demos.wrappixel.com/premium-admin-templates/react/flexy-react/main/static/media/welcome-bg-2x-svg.25338f53.svg')",
},

It has been changed by some reason, probably by licence issue. Original is still here: https://gist.github.com/adrianhajdin/7d0eea1cbab4ab21a69dc8c2faf9b831

still not working for me

Tallal64 avatar Mar 11 '24 05:03 Tallal64