Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author WooPrali

    (@wooprali)

    Hi,

    Please send the screenshot or website link.

    Regards,

    Prali

    Thread Starter Margherita2015

    (@margherita2015)

    https://aureahotel.com/

    the web-site link’s is this one, you will notice that in responsive you cannot fulloy see the pop up.

    Half way down the page there is a button with “webcam” on it.

    Plugin Author WooPrali

    (@wooprali)

    Hi,

    I saw the website.

    Please give 100% width to the iframe which you placed inside the popup.

    Regards,

    Prali

    Thread Starter Margherita2015

    (@margherita2015)

    Good Morning,
    i have changed the iframe but in responsive it is still not working.
    Can you, please, give me an adaptation code to fix this default?

    Plugin Author WooPrali

    (@wooprali)

    Hi,

    Video tag inside iframe is 480px in width. Due to that you are not getting responsive effect.

    Regards,

    Prali..

    Thread Starter Margherita2015

    (@margherita2015)

    Hi, i check it out, but if i change the code the width is not 480px anymore but 700 px. If i can help you, i’ll give you the iframe code, so you can give it back to me adapted to responsive.

    Plugin Author WooPrali

    (@wooprali)

    Hi,

    Its not a iframe issue. Its a video tag inside an iframe. Please check is there any settings related to that video.

    Regards,

    Prali

    Plugin Author WooPrali

    (@wooprali)

    Hi,

    Please follow below steps to get good result in responsive video.

    Step 1:
    Open file “https://www.adriachannel.eu/HAurea.html”

    Step 2:
    Search for below code

    
    jwplayer("mediaplayer").setup({
    		primary: "flash",
    		width: 480,
    		height: 360,
    		stretching: "fill",
    		autostart: "true",
    		fallback: 'true',
    		image: "HAurea.jpg",
    		file: "rtmp://flash3.ipercast.net/adria.net-live/HAurea"
    	});
    

    Step 3:

    Replace values in above code

    replace width value from 480 to 100%
    replace height value from 360 to 100%

    Hope above will solve the issue.

    Regards,

    PRALI

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘popup not responsive’ is closed to new replies.