Descripción
Select a custom mask for your Gutenberg image’s block or add a masked image anywhere via shortcode [wp-image-mask]
.
Shortcode attributes:
src
– URL of the image;mask
– URL of the mask;fit
– how the mask should fit into the image.cover
,contain
(defaultcontain
);alt
– alt text for the image.
Capturas
Instalación
Upload the WP Image Mask plugin to your site, activate it and start using.
FAQ
-
Do I need to replace my images with some custom Gutenberg block to use an image mask?
-
No, este plugin se une al bloque de imagen nativo de Gutenberg, por lo que no tienes que reemplazar tus imágenes existentes.
-
¿Puedo aplicar mi máscara personalizada de imagen?
-
Sure! You can select a custom image mask file or paste SVG code of your image mask.
-
I don’t use Gutenberg – is there any other way to add an image with a mask?
-
Yes! You can use shortcode
[wp-image-mask src="https://url_of_your_image" mask="https://url_of_your_mask_image"]
.
Reseñas
Colaboradores y desarrolladores
«WP Image Mask» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«WP Image Mask» está traducido en 3 idiomas. Gracias a los traductores por sus contribuciones.
Traduce «WP Image Mask» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
3.1.2
- Removed inline tags, applied image mask as inline css
- Fixed Gutenberg view for custom image mask
- Migrate to @wordpress/create-block
3.1.1
- Removed unnecessary wp-image-mask – CGB Block
3.1
- Add the ability to select mask fit in the Gutenberg block
3.0
- Stable release.
- Add a shortcode to apply image mask.
2.0
- Stable release.
- Fixed issues with applying custom masks to images.
- Add the ability to paste SVG code for image masks.
1.0
- Primera versión.