-
AuthorPosts
-
June 19, 2015 at 7:54 pm #462107
Our site has an iframe on the home page. In order for the content to be in full view the height has to be defined in the value below. As you go responsive with the site we need something to change the height as you go down. We have this in a code block on our page:
<iframe src=”http://domain.com” scrolling=”no” frameborder=”no” align=”center” height=”420px” width=”100%”></iframe>
-
This topic was modified 10 years, 4 months ago by
ronduring.
June 22, 2015 at 9:32 am #462499Hi ronduring!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
RikardJune 22, 2015 at 1:49 pm #462762This reply has been marked as private.June 23, 2015 at 5:34 am #463132Hi!
It seems the site you posted is down, I check with http://www.downforeveryoneorjustme.com/
Cheers!
RikardJune 23, 2015 at 5:32 pm #463507The site was in process of going live. Please check the link in private. Thanks.
June 24, 2015 at 6:31 am #463795Hey!
We in the process of updating the forum functionality and there seems to be a slight glitch with the information in the private area, could you try to submit it again because I can’t see any private information in your last post.
Regards,
RikardJune 24, 2015 at 6:32 am #463797Posted link.
June 24, 2015 at 6:33 am #463798Link
June 24, 2015 at 6:35 am #463800The original link I sent is working, or just use www. the domain I sent and you should be able to preview the site.
June 25, 2015 at 5:08 am #464400Hey!
I’m really sorry about the forum functionality not working, it should be fixed now though if you don’t mind trying again? I tried both devsite. and www. but I couldn’t access either of them?
Cheers!
RikardJune 25, 2015 at 1:26 pm #464560Link below in private:
June 27, 2015 at 4:40 am #465171Hey!
Sorry but it’s still not loading on my end, do you have any types of country restrictions on the site?
Cheers!
RikardJune 27, 2015 at 4:50 am #465177What country are you in?
June 27, 2015 at 4:52 am #465179All country restrictions are off on my end.
June 27, 2015 at 1:47 pm #465276Hi!
Change your iframe code:
<iframe src=”http://domain.com” scrolling=”no” frameborder=”no” align=”center” id="custom_iframe"></iframe>And add this to Quick CSS:
#custom_iframe{ height: 400px; } @media only screen and (max-width: 767px) { #custom_iframe{ height: 200px; } }Adjust as needed.
Cheers!
Josue -
This topic was modified 10 years, 4 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
