Skip to content

Instantly share code, notes, and snippets.

@YakovSPb
Created January 28, 2019 15:15
Show Gist options
  • Save YakovSPb/c1846f6e7cd8bcfd5e16a4cd0a2e6770 to your computer and use it in GitHub Desktop.
Save YakovSPb/c1846f6e7cd8bcfd5e16a4cd0a2e6770 to your computer and use it in GitHub Desktop.
fotorama
1. bower i fotorama --save
2. Подключаем стили
@import "../libs/fotorama/fotorama.css"
3. Скрипт
'app/libs/fotorama/fotorama.js',
4 <div class="section-gallery fotorama" data-nav="thumbs" data-thumbwidth="110.5" data-thumbheights="66" data-thumbborderwidth="4" data-thumbmargin="10" data-width="100%">
5.Внутри вставляем минни Img
<img src="img/photos/small/foto-13.jpg" alt="Фото салона красоты">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment