Our company uses Joomla with News Pro GK5 to create a table of thumbnail images to be quickly displayed. Problem is when using this is viewed in mobile the images become very fuzzy because the images 54x72. Is there something I can adjust within the code to reference the large png files within the cache folder when the media resolution is smaller?
Hello,
Could you please update this thread fields with your site URL https://cl.ly/3y3R0p24250G
Then we'll be able to check the issue.
Cheers Joshua
Hello Joshua,
I don't know where I can find the FTP info that you are requesting. The host is AWS.
Hi, Where can I find the News Show Pro on your website? Please add admin panel details and direct URL to the page where I can see the issue (maybe FTP won't be necessary)
I've updated the link to where the page displays using the New GK5 pro, change the view to a mobile and you will see all the images being fuzzy and distorted. Please let me know if you need anything else.
Best Regards, David
Hi David, Try to add the following css code:
@media (max-width: 600px) { .nspArt img.nspImage { width: auto!important; } }
Joshua-M This worked! Thanks a million!