Skip to content

Commit

Permalink
master
Browse files Browse the repository at this point in the history
  • Loading branch information
xingxingst committed Sep 18, 2020
1 parent 1720d1c commit 6b2d5de
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 15 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
=== Resize for discover ===
Contributors: xingxingst
Tags: image,seo,quality,resize,scale,thumbnail,thumbnails

Requires at least: 5.4.2
Tested up to: 5.4.2
Stable tag: 0.0.1
Expand All @@ -24,25 +23,13 @@ You can resize images for google discover and AMP⚡ by using this wp plugin.

== Installation ==

1. From the WP admin panel, click “Plugins” -> “Add new”.
2. In the browser input box, type “Resize for discover”.
3. Select the “Resize for discover” plugin and click “Install”.
4. Activate the plugin.

OR…

1. Download the plugin from this page.
2. Save the .zip file to a location on your computer.
3. Open the WP admin panel, and click “Plugins” -> “Add new”.
4. Click “upload”.. then browse to the .zip file downloaded from this page.
5. Click “Install”.. and then “Activate plugin”.


== Frequently asked questions ==



== Screenshots ==
== Screenshots(aseets Folder) ==

1. Resize image settings in the media page.
2. Intial settings
Expand Down
60 changes: 60 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
=== Resize for discover ===
Contributors: xingxingst
Tags: image,seo,quality,resize,scale,thumbnail,thumbnails
Requires at least: 5.4.2
Tested up to: 5.5
Stable tag: 0.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 7.0

You can resize images for google discover and AMP⚡ by using this wp plugin.

== Description ==

* You can resize images for google discover and AMP⚡ by using this wp plugin.
* There are options to resize which are 1:1, 4:3, 16:9, >=1200 x >=1200, >=1200 x >=900, >=1200 x >=675 (width x height)
* If a width of image is shorter than 1200px or pixel is smaller than 800000 pixel,the images will be resized to this conditions.
* A minimum width of 1200px is a requirement for google discover.
* The point is that you can resize small images to big for google discover.

* Resize post thumbnails together for google discover.
* You can resize multiple or all post thumbnails for google discover by inputting post IDs or checking checkbox of "Resize and register all post thumbnails".


== Installation ==

1. From the WP admin panel, click “Plugins” -> “Add new”.
2. In the browser input box, type “Resize for discover”.
3. Select the “Resize for discover” plugin and click “Install”.
4. Activate the plugin.

OR…

1. Download the plugin from this page.
2. Save the .zip file to a location on your computer.
3. Open the WP admin panel, and click “Plugins” -> “Add new”.
4. Click “upload”.. then browse to the .zip file downloaded from this page.
5. Click “Install”.. and then “Activate plugin”.


== Frequently asked questions ==



== Screenshots ==

1. Resize image settings in the media page.
2. Intial settings
3. Choose the raito and background color to resize post thumnails.


== Changelog ==

= 0.0.1 =
first released.


== Upgrade notice ==


0 comments on commit 6b2d5de

Please sign in to comment.