creativetimofficial / material-bootstrap-wizard

Material Bootstrap Wizard - Bootstrap wizard based on Material Design
http://demos.creative-tim.com/material-bootstrap-wizard/wizard-book-room.html
MIT License
81 stars 79 forks source link

How to add images in tab #6

Closed piyushgohel closed 7 years ago

piyushgohel commented 7 years ago

Hello,

I want to add image with text in tab. is that possible?

alexandru-paduraru commented 7 years ago

@piyushgohel thank you for using our product. Unfortunately, images and text inside the tab will not work with the current implementation, because we get the content of each tab and place it on the "red moving box" so in this way it will always show the information from the step that you view. Here is the code that is taking care of that text: https://github.com/creativetimofficial/material-bootstrap-wizard/blob/master/assets/js/material-bootstrap-wizard.js#L129

So you can play with it and adjust it so it will also take images.

Best, Alex