Rinamika / ks-gallery

0 stars 0 forks source link

Typos in the readme #1

Closed franzose closed 10 years ago

franzose commented 10 years ago

Hi. I noticed some typos in your readme text. I place them here corrected.

  1. ‘your ugly photogallery to a beautiful piece of Flickr-like’.
  2. ‘Include jquery.ks.js and jquery.ks.css to the head of your html template. Don't forget to include jQuery first.’
  3. ‘Add the following markup to your html template where necessary:
  4. In the end of html document, add a piece of code, similar to below (choose one according to your wishes):’
  5. ‘If you want a fixed gallery, your code will look like this’

And... I've seen one on the yusakh website but I don't see any difference between your gallery and the Fancybox (especially, Fancybox 1).

POPSuL commented 10 years ago

@franzose thaks for your bugreport!

And... I've seen one on the yusakh website but I don't see any difference between your gallery and the Fancybox (especially, Fancybox 1).

It's not a fancybox. This script for horizontal alignment of your photos.

franzose commented 10 years ago

@POPSuL, I mean that look and feel of the gallery is the same as the Fancybox. The same border around image. The same ‘left-right’ controls and the same ‘close’ button.

POPSuL commented 10 years ago

@franzose потому-что это и есть оригинальный fancybox (jquery.fancybox). Для просмотра фотографий мы используем fancybox, а этот скрипт только для горизонтального выравнивания фотографий, чтобы были равные отступы между фотографиями (при использовании display:table-cell/table-row) + не было рваных краев (которые обычно возникают при display:inline-block или float:left).