tiberiuzuld/angular-gridster2

Is there a way to preview the gridster items without the grid and the extra space?

goyalnaman99 opened this issue · 1 comments

I am working on angular-gridster2. Firstly, thank you for 'angular - ifying' this library. Your work has helped me immensely. I have made a div inside the where I am looping through an array and loading a component based on the array's elements as input elements for the component. That works perfectly. Now what I want is that after the user is done designing, I am able to save the state of the layout and everything, but I want a preview, where he can see his final output after the resizing/dragging. All my gridster items have some content inside them.
I tried loading the gridster by changing the css to make background white and using DisplayGrid.None and making the items non draggable and non resizable, but somehow can I get a preview of the gridster-items in the grid, like an image or something?

@goyalnaman99 do you have any screenshot of your application?