vanderlee/coverflow

Display a text in the current selected cover?

angelochen960 opened this issue · 1 comments

Hi,

Is there a way to display a text in the selected cover? following the demo, a text can be displayed below the cover, possible to display it on top of the cover photo? Thanks.

  select:       function(event, cover) {
              var img = jQuery(cover).children().andSelf().filter('img').last();
              jQuery('#photos-name').text(img.data('name') || 'unknown');
            }

Easiest would probably be to handle the location of the div using CSS. Use a z-index to push it in fron of the covers.