Skip to content

Commit

Permalink
Merge branch 'release/2.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasun Rathnayake committed Jun 12, 2019
2 parents ce85520 + feb8e2a commit 7a36d9f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.0.6 - 2019-06-12
### Fixed
- Fixed #99 stretched thumbnail issue


## 2.0.5 - 2019-06-06
### Fixed
- Fix vulnarability issue with js-yaml<3.13.1
Expand Down
14 changes: 1 addition & 13 deletions client/src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,16 +184,4 @@
.elementeditor .image-preview > img {
max-width: 380px;
max-height: 190px;
}

//
// Another fix for Craft asset thumbnails.
//
// The embedded asset thumbnails aren't always the right size (as explained above), and this causes some weird sizing
// issues when switching between thumbnail views.
//
// The following fixes that. I don't know why.
//
.elementthumb > img {
width: 100%;
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spicyweb/craft-embedded-assets",
"description": "Manage YouTube videos, Instagram photos, Twitter posts and more as first class assets",
"version": "2.0.5",
"version": "2.0.6",
"type": "craft-plugin",
"keywords": [
"cms",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "craft-embedded-assets",
"version": "2.0.5",
"version": "2.0.6",
"description": "Manage YouTube videos, Instagram photos, Twitter posts and more as first class assets",
"main": "src/resources/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/resources/main.js

Large diffs are not rendered by default.

0 comments on commit 7a36d9f

Please sign in to comment.