Do not show expose thumbnail for single media entry

This commit is contained in:
Hadi Nategh
2015-03-31 10:31:25 +00:00
parent ed2bed1b97
commit 69fe18d1e0
3 changed files with 2 additions and 4 deletions

View File

@@ -431,6 +431,8 @@ function expose (widget)
else
{
mediaContent = this.getMedia(_value);
// Do not show thumbnail indicator on single expose view
this.expose_options.thumbnailIndicators = false;
}
this.expose_options.index = current_index;
gallery = blueimp.Gallery(mediaContent, this.expose_options);