Ajit Bohra
Forum Replies Created
-
Hi,
I was able to reproduce the issue on my end.
This happens because the Image block is initially loading the full-size image (1000×1000px). The browser briefly renders it at that size before it gets resized to fit the carousel container (250×170px), which causes the flash you’re seeing.
To fix this:
- Set the explicit width/ height for Image. This ensures the correct dimensions are applied during initial render
- Use the resolution setting for image block to select an appropriately sized image instead of the full-size version
Please check the attached screenshot for the exact settings to use.
Applying the correct dimensions and image size at the block level should prevent the initial resize and eliminate the glitch.

Hi,
Thank you for your kind words, we really appreciate it 🙂
Regarding autoplay the option is available under block settings more options (three dots). You can enable it.
Refer the screenshot below.
Forum: Reviews
In reply to: [WP Query Console] Works great.yes, we are soon rolling out some update.
Forum: Fixing WordPress
In reply to: Error on Add New PostLooks like familiar issue on nginx server
https://github.com/WordPress/gutenberg/issues/9912
Update Nginx try_files directive with following:
try_files $uri $uri/ /index.php$is_args$args;
To reproduce
– Install Newsletter Plugin
– Install WP Super Cache
– Try to create newsletterTried to troubleshoot the issue but didn’t get any clue.
Forum: Fixing WordPress
In reply to: Dashboard error 404 not foundSeems like broken core files can you download and update WordPress core files.
Forum: Fixing WordPress
In reply to: Permissions ErrorHi,
Sounds like permission issues with your WordPress install.
Kindly follow this links for more info & solutions
– https://codex.ww.wp.xz.cn/Changing_File_Permissions
– http://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/Forum: Fixing WordPress
In reply to: Dashboard error 404 not foundHi can you share the screenshot / link if possible
- This reply was modified 8 years, 11 months ago by Ajit Bohra.
Forum: Localhost Installs
In reply to: Localhost missingHi kindly go through this https://codex.ww.wp.xz.cn/Changing_The_Site_URL to know what all things you need to take care for changing site URL
Forum: Installing WordPress
In reply to: Root vs Subdirectory InstallationFor me it helps in organising files on server.
Forum: Plugins
In reply to: [Adminimize] No update since longtime. Is there any other alternative?Hi Frank,
Would love to join in and keep this great work of yours active. Will start with keeping watch on issues reported here & github to solve them. Will gradually start contributing to code.
Regards,
Ajit Bohra