Hi,
Please send the screenshot or website link.
Regards,
Prali
http://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.
Hi,
I saw the website.
Please give 100% width to the iframe which you placed inside the popup.
Regards,
Prali
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?
Hi,
Video tag inside iframe is 480px in width. Due to that you are not getting responsive effect.
Regards,
Prali..
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.
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
Hi,
Please follow below steps to get good result in responsive video.
Step 1:
Open file “http://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