Grav – Media Negation
Description Negative filter is applied to the image and colors get inverted. Example ![My New Image](/images/maxresdefault.jpg?cropZoom = 300, 200&negate) Output The above code will generate the following output − Previous…
Grav
Description Negative filter is applied to the image and colors get inverted. Example ![My New Image](/images/maxresdefault.jpg?cropZoom = 300, 200&negate) Output The above code will generate the following output − Previous…
Description Sets the value for the image quality between 0 and 100. 0. The number is set for lower quality where 100 is set for higher quality. Example ![My New Image](/images/maxresdefault.jpg?cropZoom = 300, 200&quality = 95)…
Description cropZoom is used to zoom and crop the images as per the request. The aspect ratio will be the same but the image will be cropped and the resulting image will be set in center.…
Description Crops the images as described by width and height from the x and y location that is used to create a new image. Example ![My new image](example-1.jpg?crop = 100, 100, 300, 200) Output The above code with…
Description Using CropResize, you can resize the image to a smaller or larger size according to its width and height. Regular resize is cropped in the background area. Example ![My new image](example-1.jpg?cropResize =…
Description forceResize is used to resize the image width and height; it will stretch the image as required irrespective of the original ratio. Example ![My new image](example-1.jpg?forceResize = 200,300) Output The…
Description By resizing, you change the width and height of the image. The new image has blank areas in the background color which is given as a hex value. If background parameter is not provided,…
Description Select in between page and default for any type of media file and this can be done manually. Example ![My New Image](my-new-image.jpg?thumbnail = default&display = thumbnail) Output The above code will generate the…
Description Lightbox is similar to link action but the difference here is that it creates a link with some extra attributes. Adds a rel = "lightbox" and accepts a width and height attribute. Resize of the…
Description Actions are applied to the target of the link; changes get displayed on the page if any actions are performed. Example ![Image link](/images/example.jpg?sepia&link&display = text) Output The above code fetches you…