Drupal fullscreen Slideshow

Do., 24/05/2012 - 15:29
Body
Man hat oft Slideshows auf Seiten, doch was wenn man diese im Vollbild will, wie es z.B mit dem Flashplayer möglich ist? Sehr einfacher weg per css
  1. #views_slideshow_singleframe_main_tv_slider-page_1 {
  2.  
  3.   /* position above all other stuff hack*/
  4.   position:fixed;
  5.   top:0;
  6.   left:0;
  7.   z-index:999;
  8.   width:100% !important;
  9.   height:100% !important;
  10.   background-color:#fff;
  11. }

Artikel

Drupal 7 http://grasmash.com/article/creating-full-screen-resizable-slideshow-drupal

Scripte

http://malsup.com/jquery/cycle/ Drupal: http://drupal.org/project/views_slideshow
Drupal
Add new comment
The content of this field is kept private and will not be shown publicly.

Plain text

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <drupal-entity data-*>
  • Web page addresses and email addresses turn into links automatically.
  • Lines and paragraphs break automatically.