*

siken

  • ****
  • 136 posts
preview responsive too small
« on: March 01, 2019, 06:54:07 PM »
The preview of the responsive version has a height too small and does not take advantage of the screen, in which line of responsive css can the height of the preview modal be increased?

*

MB Themes

Re: preview responsive too small
« Reply #1 on: March 01, 2019, 09:57:09 PM »
Will check that
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

siken

  • ****
  • 136 posts
Re: preview responsive too small
« Reply #2 on: March 04, 2019, 12:35:36 PM »
I've looked at the style.css file and the responsive.css but after modifying the height for modal fancybox, I can not get the modality of itemview higher in the mobile view.

What line do I have to modify or add in css in order to make the modal itemview in mobile version higher?

http://prntscr.com/mszeq7

*

siken

  • ****
  • 136 posts
Re: preview responsive too small
« Reply #3 on: March 04, 2019, 01:49:56 PM »
Maybe this one:

Iframe dimensions can be controlled by CSS:


Code: [Select]
.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 600px;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}


In: https://fancyapps.com/fancybox/3/docs/#modules

*

MB Themes

Re: preview responsive too small
« Reply #4 on: March 04, 2019, 02:33:06 PM »
Will be fixed in next update.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots