1. Michi Meindl
  2. Sherlock Holmes The Voice
  3. Newbie area
  4. Tuesday, 24 March 2020
  5.  Subscribe via email
Hello,

I need to make the hight of the map with the mobile phone view larger.
I changed the two files :
\media\com_hotspots\js\v4\apps\map\show\show_view.js
\media\com_hotspots\js\v4\apps\menu\show\show_view.js

From

if($(document.body).hasClass('hs-small-device')) {
this.$el.css('width', '100%');
if ($(window).height() < 480) {
height = 150;

TO

if($(document.body).hasClass('hs-small-device')) {
this.$el.css('width', '100%');
if ($(window).height() < 480) {
height = 400;


But nothing happed. Can you help me?
Responses (3)


There are %s replies to this question. If you want to see them you need a valid subscription.
If you have a valid subscription, please login now.
Visit store now
Powered by EasyDiscuss for Joomla!