Linux 软件免费装
Banner图

Featured Image Zoom

开发者 numeeja
更新时间 2024年4月17日 00:19
捐献地址: 去捐款
PHP版本: 4.7 及以上
WordPress版本: 6.5
版权: GPL / MIT

标签

image responsive featured image thumbnail zoom magnify

下载

1.0.0 1.0.1 1.1.0 1.1.1 1.1.2 2.0.0 2.1.0

详情介绍:

Add the [zoom] shortcode to a page, post or custom post-type post. If the post has a featured image it will displayed on the page, and when you move the cursor over the image, the image will be magnified with the image viewport remains constrained to the dimensions of the original image. on a mobile/touch device the image will also be zoomable, but as there is no hover state this is achieved by means of a pinch & zoom action. On my site you can see a demo of the plugin. Usage: Ensure that your post/page has a featured image defined. Use a [zoom] shortcode to your page. Some optional shortcode parameters can also be used. size The large image is used by default for the unzoomed image. Use the size parameter to use a different defined image size. eg '[zoom size=thumbnail]' zoomsize The full image is used for the zoomed overlay. This can be changed using the zoomsize shortcode parameter. eg '[zoom zoomsize=large]' The image size definitions used for the the unzoomed and zoomed images should have the same aspect ratio and cropping. zoomin This can be used to tweak the level of zoom. The value must be a positive integer. The default is 6 so if the zoom level results in too much magnification on hover, try a lower value. eg '[zoom zoomin=2]'

安装:

  1. Upload the plugin folder to your '/wp-content/plugins/' directory
  2. 通过 WordPress 的的“Plugins”菜单激活插件

屏幕截图:

  • Zoomed Full Size Featured image.

升级注意事项:

2.1.0
  • This version adds a new optional 'zoomin' parameter to give more control over the zoom level
2.0.0
  • Totally new version. Completely rewritten
  • Now uses imagezoom instead of elevatezoom
  • Featured image can now be placed anywhere in the page
  • Different image size can be specified in the shortcode (defaults to large as in previous versions)
  • No forced reloads on browser resize
1.1.1
  • Improved responsive functionality
1.1.0
  • Improved responsive functionality
1.0.1
  • Fix notices seen with WP_DEBUG enabled
1.0.0
  • Initial Version

常见问题:

Where is the plugin's admin page?

There isn't one. This is a lightweight plugin with no options apart from the shortcode parameters so there is no need for an admin page.

How can I use this in a theme template

You can call the shortcode within the template: echo do_shortcode( '[zoom]' ); Or you can directly use the shortcode's function, passing an empty value for the parameter values to use the defaults. You can confirm that the plugin is active by first checking that the function exists: if ( function_exists('cc_zoom_featured_image') ) { echo cc_zoom_featured_image(''); } To use this with different values for any of the parameters, the parameter/value can be included in an array: echo cc_zoom_featured_image( array( 'zoomin' => '2') );

I am using the plugin on my site and I love it, how can I show my appreciation?

You can make a donation via my donation page I would also appreciate a review on the plugin review page if you enjoy the plugin. If it isn't working for you, please refer to the documentation and existing posts on the plugin's forum. If the existing answers do not address your issue, please post a question on the plugin support forum. If you have problems and leave a negative review before asking for support, that is very unhelpful and actually tells people more about you than about the plugin. Please don't be that guy.

更新日志:

2.1.0 2.0.0 1.1.2 1.1.1 1.1.0 1.0.1