Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1211554
    radoszem
    Participant

    Hello,

    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 correctly

    For 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

    #1211690
    Thai
    Moderator

    Hi There,

    Please provide us with your website URL so we can take a closer look.

    Thanks.

    #1211979
    radoszem
    Participant

    Hello

    try this link http://sinnsuche.erbernst.myhostpoint.ch/wordpress/de/2016/10/11/test-post/
    – web page is not finished – it is still in development

    it is made by this code
    <iframe src=”http://www.kunstkopie.de/?HTML=show/image.htm&imageid=4055&#8243; 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&#8243; scrolling=”no” frameborder=”0″ allowtransparency=”true”></iframe>

    <iframe width=”400px” height=”325px” src=”http://www.kunstkopie.de/?HTML=show/image.htm&imageid=124059415395152982&#8243; 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 it

    Thank you

    #1212181
    Rahul
    Moderator

    Hi 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 / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1213019
    radoszem
    Participant
    This reply has been marked as private.
    #1213379
    Rupok
    Member

    Hi 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.

    #1213465
    radoszem
    Participant

    Yes it helps
    Thank you very much for this handling.
    I tried some combinations of width, max-width, height, max-height but not in this combination

    Best regards.
    Rado

    #1214091
    Rupok
    Member

    Glad 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!

  • <script> jQuery(function($){ $("#no-reply-1211554 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>