@mjhls/mjh-framework 1.0.609 → 1.0.610

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.609
2
+ # mjh-framework v. 1.0.610
3
3
 
4
4
  > Foundation Framework
5
5
 
@@ -37,10 +37,10 @@ var Feature = function Feature(props) {
37
37
  var builder = index$1.imageUrlBuilder(client);
38
38
  return builder.image(source).auto('format');
39
39
  };
40
- //image width
41
- var imageWidth = 900;
40
+ //image width updated.
41
+ var imageWidth = 450;
42
42
  if (main.main_39) {
43
- imageWidth = 450;
43
+ imageWidth = 225;
44
44
  }
45
45
 
46
46
  var renderUrl = function renderUrl(feature_link, feature_title, feature_body) {
@@ -32,10 +32,10 @@ var Feature = function Feature(props) {
32
32
  var builder = imageUrlBuilder(client);
33
33
  return builder.image(source).auto('format');
34
34
  };
35
- //image width
36
- var imageWidth = 900;
35
+ //image width updated.
36
+ var imageWidth = 450;
37
37
  if (main_39) {
38
- imageWidth = 450;
38
+ imageWidth = 225;
39
39
  }
40
40
 
41
41
  var renderUrl = function renderUrl(feature_link, feature_title, feature_body) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.609",
3
+ "version": "1.0.610",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",