Security BLOG

AnQiCMS Help Document and User Guide

Does AnQiCMS provide an image cropping tool that allows users to manually select the thumbnail cropping area?

In the daily operation of websites, images, especially thumbnails, play a crucial role.They can not only enhance the visual appeal of a page, but also play a key role in search engine optimization (SEO) and user experience.An efficient content management system should provide convenient and practical functions for image processing.So, for AnQiCMS, does it provide a tool for users to manually select the thumbnail cropping area?Next, let's delve into the strategy of Anqi CMS in thumbnail processing.###

📅 November 8, 2025 👁️ 69

How to customize the higher-level behavior of the `thumb` filter by modifying Go language code?

In the daily operation of AnQiCMS (AnQiCMS), we often need to handle image resources, and the built-in `thumb` filter is undoubtedly a very practical tool. It can automatically generate thumbnails based on the original image address, greatly simplifying the complexity of image management and front-end display.For most routine needs, the thumbnail processing methods provided in the "Content Settings" of the Anqi CMS backend (such as proportional scaling by the longest side, cropping by the shortest side, setting the size, whether to convert to WebP, etc.) are sufficient to deal with.However, in certain specific situations

📅 November 8, 2025 👁️ 60

How would the `thumb` filter behave if the thumbnail size is empty in the backend content settings?

In daily content operations, images are undoubtedly the first element to attract visitors, and thumbnails play a crucial role in list displays, article summaries, and other aspects.AnQiCMS provides a very flexible image processing mechanism in this aspect, allowing us to manage image resources finely.However, when using AnQiCMS, there is a setting that often confuses everyone: if we leave the thumbnail size blank in the background content settings, how will it behave when we call the image using the `thumb` filter? Today

📅 November 8, 2025 👁️ 63

Does the `thumb` filter process the image URL to include size information for easy debugging?

When using Anqi CMS for website operation, image processing is undoubtedly a key factor in improving user experience and page loading speed.Especially for thumbnails, we often wonder, when we use the `thumb` filter in the template or directly call the `item.Thumb` variable to obtain the image URL, whether this URL will contain specific size information so that we can quickly debug or understand the actual specifications of the processed image?

📅 November 8, 2025 👁️ 64

Is there a feature to filter images by size or type in the AnQiCMS image management?

In daily website operations, image management is undoubtedly a key link to improve efficiency and optimize user experience.Especially for content-rich sites, how to efficiently search, use, and manage image resources is a concern for every operator.AnQi CMS knows this and has given a lot of consideration to its image management function, striving to provide users with a simple and practical solution.Is there a feature to filter images based on size or type in AnQiCMS image management?

📅 November 8, 2025 👁️ 63

How to use the `thumb` filter to load smaller thumbnail sizes on mobile devices?

In today's mobile-first era, the loading speed of a website is crucial for user experience and search engine rankings.Images are an important part of web content, and their size directly affects page loading speed.Especially on mobile devices, smaller image sizes mean faster loading times, less data consumption, and thus better user experience.AnQiCMS (AnQiCMS) provides a very practical `thumb` filter that helps us easily load smaller thumbnail images on mobile devices.

📅 November 8, 2025 👁️ 77

In `help-setting-content.md`, which method is more suitable for displaying at a fixed size: 'Trim to the shortest edge' or 'Pad to the longest edge'?

In website operation, we often encounter the need to display images at fixed sizes, such as in product lists, article summaries, or Banner areas. In order to maintain the neatness of the page layout and visual consistency, images usually need to be displayed strictly according to the set width and height.AnQiCMS (AnQiCMS) provides two thumbnail processing methods in the content settings, 'Trim to shortest edge' and 'Fill to longest edge', aiming to help us meet this challenge.So, faced with a fixed-size display scenario, how should we choose?

📅 November 8, 2025 👁️ 77

Does the `thumb` filter support adding custom parameters to the generated thumbnails, such as lazy-load image loaders?

In content operation, images play a crucial role, not only attracting readers but also effectively conveying information.To enhance website performance and user experience, it is particularly important to manage and display images properly, especially thumbnails.AnQiCMS as a system focusing on efficient content management also provides convenient features in image processing, including the `thumb` filter we are discussing today.

📅 November 8, 2025 👁️ 72

How to adjust the cropping or scaling of thumbnails without changing their size?

In website content operation, images play a crucial role, especially thumbnails, which are often the first impression visitors have of the content.A suitable thumbnail can not only attract clicks, but also enhance the visual aesthetics and professionalism of the entire page.Aqie CMS knows this, and has provided us with a flexible thumbnail processing function.Sometimes, we may not want to change the fixed display size of thumbnails - for example, our website design requires all thumbnails on list pages to be 120x120 pixels, but we find that some images are stretched or cropped in a way that is not satisfactory.

📅 November 8, 2025 👁️ 93

In the `tag-thumb.md` example, how does `item.Logo` and `item.Alt` work with the `thumb` filter?

Managing and displaying images in AnQi CMS is an indispensable part of content operation, especially as the way images are displayed directly affects the loading speed and user experience of the website.When designing templates, the `item.Logo`, `item.Alt`, and `thumb` filters are key components in handling image display. ### Understanding the Role of Images in Content Firstly, we need to clarify what `item.Logo` and `item.Alt` represent.

📅 November 8, 2025 👁️ 75