Re: highslide JS for mobile
Posted: 13 Jun 2016, 17:08
Hi,
For people having the same problem. You can fix this by editing the mobile.js file.
/components/com_phocagallery/assets/highslide/mobile.js
in line 20 you can set the width to 100%.
After that your images will be shown in correct size.
Kind Regards
Chris
For people having the same problem. You can fix this by editing the mobile.js file.
/components/com_phocagallery/assets/highslide/mobile.js
in line 20 you can set the width to 100%.
Code: Select all
' width: 100%; '+Kind Regards
Chris