6
6

More than 5 years have passed since last update.

Ruby on Railsでlightbox2による画像表示

Last updated at Posted at 2013-12-21

Lightbox2.6を使って画像のモーダル表示を試してみました。

画像ファイル(image-1.jpg)の配置場所
image-1.jpg
app/assets/images/image-1.jpg

html.erbは以下のような感じ。
html.erb
<%= link_to image_tag("/assets/image-1.jpg", :size => "76x76"),'/assets/image-1.jpg',:rel => "lightbox"%>

確認できたこと

画像を表示し、その画像をクリックすると、モーダルで画像が表示される。

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6