forked from joomla/joomla-cms
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Different focus selection for different widths (#12)
* Adding more Fields to the front-end * Sending and receiveing Widths through ajax * updateing controller for requested widths * Added Multiple Focus Areas for diffrent widths * Added translatable strings * resolveing merge conflicts * phpcs * phpcs * added new lines * updated ajax for getFocusPoints * build * updateing ajax for all and build * removed data fields * codestyle * fix * codestyle fix * fix maxWidth and maxHeight * fix space * fix
- Loading branch information
1 parent
87dcea4
commit b9271c7
Showing
9 changed files
with
217 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
/* This is the CSS File for Smart Crop */ | ||
/* This is the CSS File for Smart Crop */ | ||
#attrib-smartcrop | ||
{ | ||
overflow-y: auto | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#attrib-smartcrop{overflow-y:auto} |
Oops, something went wrong.