Thread Starter
miki00
(@miki00)
I’ve changed the settings in the .htaccess file to the following:
php_value upload_max_filesize 2048M
php_value post_max_size 2048M
php_value memory_limit 4096M
php_value max_execution_time 0
php_value max_input_time 0
I’m using these settings on an old hosting server, and everything is working fine. However, on this hosting, it still stops at 40%.
Thread Starter
miki00
(@miki00)
I noticed an issue with the lightbox functionality on mobile devices. Currently, it requires two taps to open, whereas on desktop it opens correctly with a single click.
Is there a way to adjust the behavior so that the lightbox opens with just one tap on mobile as well?