tiny-slider icon indicating copy to clipboard operation
tiny-slider copied to clipboard

autowidth inside <table width="70%">

Open rubadger opened this issue 2 years ago • 0 comments

I have pretty old table layout website.

My slider must be installed in to the table with relative width, for example:

<table width="70%" border="1"><tr><td>
     <div class="slider-container">....my tiny-slider....</div>
</td></tr></table>

But in this case tiny-slider don't react to the width of the table or window size change, but breaks it, pushes it apart.

If insert tiny-slider in <div style="width:70%;"></div> it's ok, but i need table in this case. Option "viewportMax" and "autowidth" don't help.

Is there a solution to this problem? prew

rubadger avatar Feb 10 '22 12:02 rubadger