Primefaces galleria - how to navigate without filmStrip -


i need have primefaces galleria without film strip @ bottom. when used showfilmstrip="false", there no way navigate manually. adding autoplay="true" not make contents move.

<p:galleria id="gal" value="#{articlecontroller.welcomes}" var="w" autoplay="true" showfilmstrip="false" >     <h:outputlabel value="#{w.sinhalatopic}" ></h:outputlabel> </p:galleria> 

is there way have gallaria without film strip @ bottom, yet enable navigate arrows on either sides? if not possible, there other similar primefaces component used instead?

.ui-galleria-filmstrip-wrapper {     display:none; } 

add upper code .css file, make strip hidden @ bottom of p:galleria.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -