Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Тимофей Семененко
/
shold.dev5.ashmanov.com
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b1307a3b
authored
Aug 01, 2017
by
Semenenko Timofey
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
button
1 parent
abf07309
Pipeline
#2819
for
b1307a3b
skipped
in 0 seconds
Changes
6
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
4 deletions
css/main.css
css/media.css
js/compiled.js
js/index.js
local/components/cpeople/project/templates/.default/detail-gallery.php
local/templates/main/footer.php
css/main.css
View file @
b1307a3
...
...
@@ -6955,3 +6955,6 @@ cursor:pointer;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
}
.project-gallery-items.mobile
{
display
:
show
;
}
\ No newline at end of file
css/media.css
View file @
b1307a3
This diff is collapsed.
Click to expand it.
js/compiled.js
View file @
b1307a3
This diff could not be displayed because it is too large.
js/index.js
View file @
b1307a3
local/components/cpeople/project/templates/.default/detail-gallery.php
View file @
b1307a3
...
...
@@ -93,7 +93,7 @@ $prevNum = 0; ?>
<span
class=
"project-gallery-num-total js-total"
>
<?=
count
(
$arImage
[
'images'
])
?>
</span>
</div>
<ul
data-fancybox
class=
"project_slider"
>
<ul
class=
"project_slider"
>
<?
foreach
(
$arImage
[
'images'
]
as
$img
)
{
$ext
=
end
(
explode
(
'.'
,
$img
->
getUrl
()));
...
...
local/templates/main/footer.php
View file @
b1307a3
...
...
@@ -74,9 +74,7 @@ if($detect->isMobile() || $detect->isTablet()){?>
<script>
if (screen.width<=768) {document.write('<link rel="stylesheet" href="/css/main.css?
<?=
filemtime
(
BASE_PATH
.
'/css/main.css'
)
?>
" id="
pre_load
">');document.body.style.display="
block
"
;}
</script>
<link
rel=
"stylesheet"
type=
'text/css'
href=
"/css/flaticon.css"
>
<link
rel=
"stylesheet"
type=
'text/css'
href=
"/css/media.css"
>
<!--<link rel="stylesheet" href="/css/fansy3.2.1.css" />-->
<!--<script src="//code.jquery.com/jquery-3.2.1.min.js"></script>-->
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.1.20/jquery.fancybox.min.js"></script>-->
<!-- Add mousewheel plugin (this is optional) -->
<script>
//Ставим Куки
...
...
@@ -123,6 +121,14 @@ $(document).ready(function() {
});
});
</script> -->
<script>
$
(
document
).
ready
(
function
()
{
$
(
".project-gallery-items"
).
fancybox
({
openEffect
:
'show'
,
closeEffect
:
'show'
});
});
</script>
<script>
$
(
window
).
scroll
(
function
()
{
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment