diff --git a/CHANGELOG.md b/CHANGELOG.md index af13c26..471acb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/assetbundles/imagehotspotsfield/dist/css/Input.css b/src/assetbundles/imagehotspotsfield/dist/css/Input.css index 2a0151d..6cc331c 100644 --- a/src/assetbundles/imagehotspotsfield/dist/css/Input.css +++ b/src/assetbundles/imagehotspotsfield/dist/css/Input.css @@ -45,6 +45,7 @@ .image-hotspot-editor img { display: block; + width: 100%; } .image-hotspot-editor .point,