onlinecode

Angularjs Image Gallery – Angular Super Image Gallery

Angularjs Image Gallery – Angular Super Image Gallery

In this post we will show you how to use Angularjs Image Gallery with demo and example. A feature-rich, touch-enabled image gallery component for Angular.

Read More Demo Download

Advantages for Angularjs Image Gallery

Install for Angularjs Image Gallery

// install gallery
npm install --save angular-super-gallery
// bower gallery
bower install --save angular-super-gallery
// CommonJS for gallery
webpack (CommonJS) supported

in Controller for Angularjs Image Gallery

// show Modal
this.showModal = false;
// set urls
this.nature1Optionsgalary = {
// set base Url
baseUrl: "http://",
// set fields
fields: {
// set source
source: {
modal: "link",
image: "medium",
: "thumbnail"
}
},
// set modal
modal: {
wide: true,
transition: 'zoomInOut'
},
// set panel
panel: {
// set thumbnail for image
thumbnail: {
class: "col-md-4 divs"
},
},
// set image
image: {
// set transition for image
transition: 'fadeInOut'
}
};

this.galarynature1 = [
{
"link": "onlinecode/wp-content/uploads/2017/05/Angular-Super-Image-Gallery-example.jpg",
"thumbnail": "onlinecode/wp-content/uploads/2017/05/Angular-Super-Image-Gallery-example.jpg",
"medium": "onlinecode/wp-content/uploads/2017/05/Angular-Super-Image-Gallery-example.jpg",
}, {
"link": "honlinecode/wp-content/uploads/2017/05/Angular-Super-Image-Gallery-example.jpg",
"thumbnail": "onlinecode/wp-content/uploads/2017/05/Angular-Super-Image-Gallery-example.jpg",
"medium": "onlinecode/wp-content/uploads/2017/05/Angular-Super-Image-Gallery-example.jpg",
}
];

HTML for Angularjs Image Gallery

<!-- set image gallery -->
<asg-image data-id="nature"></asg-image>
<!-- set image gallery options -->
<asg-panel data-id="nature" data-options="ctrl.nature1Optionsgalary" data-items="ctrl.galarynature1"></asg-panel>
<!-- set image gallery options Modal -->
<asg-modal data-id="nature" data-visible="ctrl.showModal"></asg-modal>

How to Build Angularjs Image Gallery

what Todo

Default keyboard shortcuts in modal window for Angularjs Image Gallery

Transitions for Angularjs Image Gallery

You also like google recaptcha using javascript and google recaptcha using php

Exit mobile version