Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Gatsby Theme Onegeo
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OneGeo Suite
Libs
Gatsby Theme Onegeo
Commits
2ed9d4e6
Commit
2ed9d4e6
authored
1 year ago
by
Julien MARGAIL
Browse files
Options
Downloads
Patches
Plain Diff
fix image cover... v0.9.16
parent
163bb8a5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+8
-0
8 additions, 0 deletions
CHANGELOG.md
package.json
+1
-1
1 addition, 1 deletion
package.json
src/components/core/Image.tsx
+1
-1
1 addition, 1 deletion
src/components/core/Image.tsx
with
10 additions
and
2 deletions
CHANGELOG.md
+
8
−
0
View file @
2ed9d4e6
...
...
@@ -7,6 +7,14 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [0.9.16] - 2023-11-13
### Fix
-
Menu isActive / isValid
-
page header/footer add theme
-
try fix image cover
## [0.9.15] - 2023-10-31
### Fix
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
2ed9d4e6
{
"name"
:
"@onegeo-suite/gatsby-theme-onegeo"
,
"version"
:
"0.9.1
5
"
,
"version"
:
"0.9.1
6
"
,
"main"
:
"index.js"
,
"types"
:
"index.d.ts"
,
"author"
:
"NEOGEO"
,
...
...
This diff is collapsed.
Click to expand it.
src/components/core/Image.tsx
+
1
−
1
View file @
2ed9d4e6
...
...
@@ -109,7 +109,7 @@ const Image = (props: Iimage) => {
<
GatsbyImage
image
=
{
img
}
alt
=
{
image
.
name
}
className
=
{
imageClassname
}
className
=
{
imageClassname
+
"
object-
"
+
objectFit
}
objectPosition
=
{
objectPosition
}
objectFit
=
{
objectFit
}
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment