Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ahoadon
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Phạm Quang Huy
ahoadon
Commits
57007a4a
Commit
57007a4a
authored
5 years ago
by
Pham Huy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update responsive
parent
e105fa63
master
…
dev
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
1 deletion
+30
-1
hdv.js
wp-content/themes/ahoadonviet/js/hdv.js
+30
-1
No files found.
wp-content/themes/ahoadonviet/js/hdv.js
View file @
57007a4a
...
@@ -43,7 +43,35 @@ $(document).ready(function(){
...
@@ -43,7 +43,35 @@ $(document).ready(function(){
dots
:
true
,
dots
:
true
,
infinite
:
true
,
infinite
:
true
,
slidesToShow
:
3
,
slidesToShow
:
3
,
slidesToScroll
:
3
,
slidesToScroll
:
1
,
autoplaySpeed
:
2000
,
autoplaySpeed
:
2000
,
responsive
:
[
{
breakpoint
:
1024
,
settings
:
{
slidesToShow
:
3
,
slidesToScroll
:
1
,
infinite
:
true
,
dots
:
true
}
},
{
breakpoint
:
660
,
settings
:
{
slidesToShow
:
1
,
slidesToScroll
:
1
}
},
{
breakpoint
:
480
,
settings
:
{
slidesToShow
:
1
,
slidesToScroll
:
1
}
}
// You can unslick at a given breakpoint now by adding:
// settings: "unslick"
// instead of a settings object
]
});
});
})
})
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment