HTML5 Slideshow Support Product Page
This topic is locked
Doesn't need answer
how to hide the slideshow?
Asked 25 Aug 2010 16:23:05
1
has this question
25 Aug 2010 16:23:05 k m posted:
tried those.dmxSlideshow,.dmxSlide canvas { visibility:hidden; }
the dmxSlideshow container gets hidden and the pictures not showing but the slideshow keeps on being visible/playing with black background transiting slightly more transparent... ???
Edited by - k m on 26 Aug 2010 15:51:40
Replies
Replied 25 Aug 2010 23:46:20
25 Aug 2010 23:46:20 k m replied:
would appreciate feedback from developer on this
seems that the js code generating the css settings for each single img div and thereby superseding my css settings
seems that the js code generating the css settings for each single img div and thereby superseding my css settings
Edited by - k m on 26 Aug 2010 00:09:48
Replied 26 Aug 2010 15:46:49
26 Aug 2010 15:46:49 Miroslav Zografski replied:
Hello K.m,
Try creating a container for the ss and to hide it.
Regards,
Try creating a container for the ss and to hide it.
Regards,
Replied 26 Aug 2010 15:51:05
26 Aug 2010 15:51:05 k m replied:
figured it meanwhile out. for some reason visibility does not work but .dmxSlideshow { display:none; }
Edited by - k m on 26 Aug 2010 15:52:44
Replied 28 Aug 2010 01:17:58
28 Aug 2010 01:17:58 k m replied:
tried that, the javascript is still overriding it