Tagged: x
-
AuthorPosts
-
October 11, 2016 at 10:02 am #1211554
radoszemParticipantHello,
I am creating web page about art an my client wants to load some pictures /many/ from another site
that web page support this by creating iframe code
Problem is that on one post there should be many pictures – 10 or more with different width and height
And in my integrity X theme import of these pictures not working correctlyFor sure I am able change width and height of any of these pictures in CSS format, but I need more simpler solution – because I am looking for solution which can be done for non-technical staff of my client.
I hope it is clear what I mean and help can exist
Thank you
October 11, 2016 at 11:30 am #1211690
ThaiModeratorHi There,
Please provide us with your website URL so we can take a closer look.
Thanks.
October 11, 2016 at 2:59 pm #1211979
radoszemParticipantHello
try this link http://sinnsuche.erbernst.myhostpoint.ch/wordpress/de/2016/10/11/test-post/
– web page is not finished – it is still in developmentit is made by this code
<iframe src=”http://www.kunstkopie.de/?HTML=show/image.htm&imageid=4055″ width=”400px” height=”440px” frameborder=”0″ scrolling=”no”></iframe><iframe width=”400px” height=”525px” src=”http://www.kunstkopie.de/?HTML=show/image.htm&imageid=129854015593185076″ scrolling=”no” frameborder=”0″ allowtransparency=”true”></iframe>
<iframe width=”400px” height=”325px” src=”http://www.kunstkopie.de/?HTML=show/image.htm&imageid=124059415395152982″ scrolling=”no” frameborder=”0″ allowtransparency=”true”></iframe>
so all pictures should have same width
and of course correct height – last 2 of them is not showed full – just part of itThank you
October 11, 2016 at 6:44 pm #1212181
RahulModeratorHi there,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
October 12, 2016 at 9:52 am #1213019
radoszemParticipantThis reply has been marked as private.October 12, 2016 at 1:38 pm #1213379
RupokMemberHi there,
Thanks for writing back. There is CSS on the theme for iframe :
.entry-content iframe { max-width: 100%; width: 100%; }So you can just rewrite this and add this under Custom > CSS in the Customizer.
.entry-content iframe { max-width: none; width: 400px; }Hope this helps.
October 12, 2016 at 2:41 pm #1213465
radoszemParticipantYes it helps
Thank you very much for this handling.
I tried some combinations of width, max-width, height, max-height but not in this combinationBest regards.
RadoOctober 12, 2016 at 11:14 pm #1214091
RupokMemberGlad that it helped Rado. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1211554 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
