Skip to content
Snippets Groups Projects
Commit 2ed9d4e6 authored by Julien MARGAIL's avatar Julien MARGAIL
Browse files

fix image cover... v0.9.16

parent 163bb8a5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
{
"name": "@onegeo-suite/gatsby-theme-onegeo",
"version": "0.9.15",
"version": "0.9.16",
"main": "index.js",
"types": "index.d.ts",
"author": "NEOGEO",
......
......@@ -109,7 +109,7 @@ const Image = (props: Iimage) => {
<GatsbyImage
image={img}
alt={image.name}
className={imageClassname}
className={imageClassname + " object-" + objectFit}
objectPosition={objectPosition}
objectFit={objectFit}
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment