Sliding Panels Support Product Page
  Answered 
 panels width and height
 Asked  24 Nov 2011  22:47:11 
  2 
      have  this question  
  24 Nov 2011  22:47:11 Thierry Maman posted: 
 Hi,I want to have the panels full screen but actually they only take the full width and not the full height. How can i change this ?
Many thanks
Official Answer
 Replied 11 Jan 2012  17:58:01 
 Replies
 Replied 25 Nov 2011  09:21:34 
   25 Nov 2011  09:21:34 Vulcho Vulev replied: 
  Hello Thierry Maman.
The following video will explain the answer to your question:
Creating Simple Sliding Panels
Regards:V.Vulev
  The following video will explain the answer to your question:
Creating Simple Sliding Panels
Regards:V.Vulev
 Replied 11 Jan 2012  12:35:09 
   11 Jan 2012  12:35:09 Eduardo Campos Mora replied: 
  Hi
I have the same problem and using the height in 100% doesn't work.
¿someone can help?
thanks
 
  I have the same problem and using the height in 100% doesn't work.
¿someone can help?
thanks
 Replied 11 Jan 2012  17:58:01 
   11 Jan 2012  17:58:01 Teodor Kuduschiev replied: 
    Replied 08 Mar 2012  14:38:54 
   08 Mar 2012  14:38:54 Simon Howell replied: 
  I have tried both these solutions and neither seems to work. The problem seems to be with this styling in dmxSlidingPanels.css
.dmxSlidingPanelsView {
min-height: 200px;
overflow: hidden;
}
If you remove the min-height altogether the panel collapses down and you can't see the content. Ideally the height of the panels would be determined either by the content or else by the size of the screen.
  .dmxSlidingPanelsView {
min-height: 200px;
overflow: hidden;
}
If you remove the min-height altogether the panel collapses down and you can't see the content. Ideally the height of the panels would be determined either by the content or else by the size of the screen.
 Replied 12 Mar 2012  06:49:49 
   12 Mar 2012  06:49:49 Teodor Kuduschiev replied: 
  Hi Simon,
Doing what is described here: www.dmxzone.com/go?17798
will do the job for you - this way the height of the panels will be determined by the size of the screen.
  Doing what is described here: www.dmxzone.com/go?17798
will do the job for you - this way the height of the panels will be determined by the size of the screen.


