From 77a70ff27576649f455358b6ff18c2ad1c786f6c Mon Sep 17 00:00:00 2001 From: Sem Date: Wed, 1 Aug 2012 20:32:15 +0200 Subject: Ajax views was messy and wasn't resizing well, moved to only images. --- views/default/river/object/tidypics_batch/create.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/river/object/tidypics_batch') diff --git a/views/default/river/object/tidypics_batch/create.php b/views/default/river/object/tidypics_batch/create.php index 3908f824d..b97c853a3 100644 --- a/views/default/river/object/tidypics_batch/create.php +++ b/views/default/river/object/tidypics_batch/create.php @@ -46,7 +46,7 @@ if (count($images)) { foreach($images as $image) { $attachments .= '
  • '; $attachments .= elgg_view_entity_icon($image, 'tiny', array( - 'link_class' => 'tidypics-lightbox elgg-lightbox', + 'link_class' => 'tidypics-lightbox elgg-lightbox-photo', )); $attachments .= '
  • '; } -- cgit v1.2.3