Abhishek Shakya

Results 4 comments of Abhishek Shakya

// import in index.ts ``` import pathToSwaggerUi from 'swagger-ui-dist' app.use(express.static(pathToSwaggerUi.absolutePath())) ``` and // for css to load in swagger.ts ``` const CSS_URL = 'https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.3.0/swagger-ui.min.css'; export const swagger = function (app:...

### Here is the solution https://github.com/kenwheeler/slick/issues/3324#issuecomment-2674463014

## Finally I got a solution The solution is to "unslick" and "reinitialized" the slick when the browser resize __When the DOM is loaded fully__ So, put everything inside the...

### Here is the solution https://github.com/kenwheeler/slick/issues/3324#issuecomment-2674463014