Skip to content

Commit

Permalink
Merge pull request #2 from operun/feature/lightbox
Browse files Browse the repository at this point in the history
lightbox merged to master branch
  • Loading branch information
Jesse Stippel authored and Jesse Stippel committed Jan 21, 2016
2 parents 938bfe4 + b4edbc6 commit 1f5569e
Show file tree
Hide file tree
Showing 19 changed files with 915 additions and 21 deletions.
5 changes: 1 addition & 4 deletions src/operun/gallery/browser/gallery.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def images(self):

if obj.image:
images_view = api.content.get_view('images', obj, self.request) # noqa
tag = images_view.tag('image', height=400, width=400, direction='down') # noqa
tag = images_view.tag('image', height=450, width=450, direction='down') # noqa
else:
tag = None

Expand All @@ -55,9 +55,6 @@ def images(self):
'image': tag,
'url': url,
}

items.append(data)



return items
195 changes: 195 additions & 0 deletions src/operun/gallery/browser/static/gallery-compiled.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/operun/gallery/browser/static/gallery-compiled.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1f5569e

Please sign in to comment.