Skip to content

Commit

Permalink
Fix incorrect hotspot positions for images smaller than the editor ca…
Browse files Browse the repository at this point in the history
…nvas
  • Loading branch information
Roel van Hintum committed Aug 20, 2024
1 parent cac0174 commit 8ca46b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 3.0.1 - 2024-08-20
- Fix incorrect hotspot positions for images smaller than the editor canvas

## 3.0.0 - 2024-08-20
- Stable release for Craft 5

Expand Down
1 change: 1 addition & 0 deletions src/assetbundles/imagehotspotsfield/dist/css/Input.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

.image-hotspot-editor img {
display: block;
width: 100%;
}

.image-hotspot-editor .point,
Expand Down

0 comments on commit 8ca46b8

Please sign in to comment.