Using Fancybox 3 instead
This fixes the jumping around on the page after opening a large moddal of an image
This commit is contained in:
parent
194c0370fb
commit
4a2f21631a
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -86,7 +86,7 @@ gem 'will_paginate'
|
|||
#gem 'will_paginate-foundation'
|
||||
|
||||
# Lightbox image viewer for full-sized images
|
||||
gem 'fancybox2-rails'
|
||||
gem 'fancybox-rails'
|
||||
|
||||
# Trying pg_search for full-text search… too slow with ranking… screw PostgreSQL
|
||||
gem 'pg_search'
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ GEM
|
|||
erubi (1.7.1)
|
||||
erubis (2.7.0)
|
||||
execjs (2.7.0)
|
||||
fancybox2-rails (0.2.7)
|
||||
fancybox-rails (0.3.1)
|
||||
railties (>= 3.1.0)
|
||||
faraday (0.12.2)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
|
|
@ -331,7 +331,7 @@ DEPENDENCIES
|
|||
coffee-rails (~> 4.2)
|
||||
cookies_eu
|
||||
devise
|
||||
fancybox2-rails
|
||||
fancybox-rails
|
||||
font-awesome-rails
|
||||
foundation-rails (~> 6.3)
|
||||
guard-minitest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue