Forums
Home / Plugin: Hot Random Image / Images aren’t responsive
(@nekojonez)
1 year, 1 month ago
The images aren’t responsive on mobile. How can I fix this?
(@hotwptemplates)
Hello,
This should be handled by your theme, not the plugin. You can add this CSS and in most cases it will make the images on your website responsive:
img { max-width: 100%; height: auto;}
Regards,Milos