Scattered Photo and Video Gallery – JavaScript – YouTube and Vimeo Gallery
19.00 € – 79.00 €
Available commercial licenses:
ExtendedUnlimited projects79.00 €
SingleLimited to 1 project19.00 €
App info
AUTHOR: Dimitar Hristov
CATEGORY: Apps :: JavaScript and jQuery
FILE ID: 5997
LICENSE: Apps
DELIVERY INFO: Via download
Description
Scattered Photo and Video Gallery - JavaScript / jQuery YouTube and Vimeo GalleryCurrent Version 2.48
Last update: 8 May 2021
Scattered Photo And video Gallery by <54ka> creates a Flat or 3D gallery of scattered pictures and videos, with many and easy ways to modify.
Live preview / Examples
Possible variants for customizing the Scattered Photo And video Gallery are many and different.
Check out some examples below.
Scattered: Internally / Diferent Border
Example-001 Example-002 Example-003
Scattered: Externally
Example-004
Flat Straight / 3D Scattered / 3D Straight
Example-005 Example-006 Example-007
Disable Photo info / Text box overlay / Polaroid / Below the photo
Example-008 Example-009 Example-010 Example-011
Wrap in other html element: Internally / Externally
Example-012 Example-013
Control where you want to show selected image
Example-014 Example-015
Preloading in other html element: Fullscreen or only Gallery
Example-016
Slideshow scattered gallery
Example-017
Features
Scattered Photo And video Gallery it's Compatible with Responsive design and is extremely easy to visually modify and use. Through it, you can create both static HTML and be integrated into dynamically generated content.
Images
Modify photos in gallery
Displayed Horizontal and Vertical shots
Determine size on the long side
Easily create a Polaroid gallery
Image border control
Control of shadow intensity
Scattered
Choose between two types of scattering
Internally
Externally
Flat and 3D
Choice between Flat and 3D Scattered gallery
Flat Scattered / Flat Straight
3D Scattered / 3D Straight
Screen
Choosing a way to visualize
View Full Screen in the browser
You can restrict the gallery only within part of the screen
Photo info
Control of visualized text information - on/off
Text box overlay the photo
Text box below the photo
Text field under the photo (Polaroid type)
Video
Add video from YouTube, Vimeo and etc.
Slideshows
Slideshow scattered image gallery
Navigation
Show or Hide navigation dots
License
Scattered Photo And video Gallery by 54ka is licensed under the [GPLv3] license for all open source applications. A commercial license is required for all commercial applications (including sites, themes and apps you plan to sell).
How to use
1. Add CSS: ffka-sc-photo.css
<html>
<head>
<link rel="stylesheet" href="ffka-sc-photo.css" type="text/css">
</head>
<body>
2. Add Images in DIV with id="ffka_sc_wrap"
(src - Image file path / alt - Info text / srcset - YouTube or Vimeo embed link)
<div id="ffka_sc_wrap">
<!-- Example: Image, Info, Video -->
<img src="001.jpg" alt="add info here..." srcset="add YouTube or Vimeo embed link here">
<!-- Example: Image, Video -->
<img src="002.jpg" srcset="add YouTube or Vimeo embed link here">
<!-- Example: Image -->
<img src="003.jpg" >
</div>
3. Add ffka-sc-photo.js аt the bottom of the page
<script src="ffka-sc-photo.js" type="text/javascript"></script>
</body>
</html>
4. That's it... Enjoy! :)