Jump to content

Archived

This topic is now archived and is closed to further replies.

chamois_blanc

Image component should use srcset/picture

Recommended Posts

chamois_blanc

Hello,

Shouldn't the image PL5 component be using the srcset/picture css directives to pick the correct size for an image? or it does already and I don't know how to use it? Thank you for any advice or enlightenment.

Share this post


Link to post
Share on other sites
edgarcheverier

Hi! you can use the Padding and the Margin and the Image Width / Height in order to control the size of an image, also if you want you can right-click the image select inspect copy the class and then in LESS/CSS with the class name you can apply any CSS code.

Share this post


Link to post
Share on other sites
chamois_blanc

Thank you for your response, but it is really not answering my question.

srcset/picture are html img tags. They have nothing to do with margins or classes. The point of using them is to not have to specify fixed image width/height, but different widths/heights based on the viewport dimensions.

Please see: https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images

Share this post


Link to post
Share on other sites
edgarcheverier

Hi, if you want to have a responsive image with a specific size an easy way is with: @media only screen and (max-width: ...px).
if you wanna a change the HTML image in order to create a responsive image is going to be more difficult of modified.
 

Share this post


Link to post
Share on other sites
edgarcheverier

Hi Chamois,

Yes, I know what you mean, I know the developers of PageLines, wants to update soon PL5. 

Surely, this will bring many new technologies, I hope it happens soon. 

Best Regards! 

Share this post


Link to post
Share on other sites

  • Similar Content

    • gstrahle
      By gstrahle+
      Hi,
      I am hoping to figure out how I can get my PageLines Full Nav to display layered in front of a sticky footer element on my website - 3keymedia.com
      I would like the Full Nav to overlay the entire screen when opening the menu as you will see when opening on a desktop the footer of nav content is cropped by the sticky footer.
       
      Thanks


    • Christian
      By Christian+
      Hi everyone, since Instagram had allowed to publish in different ratio formats (instead of only square ratio) the grams stripe has different heights. Can you tell me if i can fix it easily with some CSS?
    • Kedark
      By Kedark+
      Hello,
      I apologize for the trivial question, but I can not deal with it. How do I turn off the display of a distinctive image on the page? (I have to add it because I use plugins that use it), but as I display the page, I do not want it to be visible (and appears above the subject.).
      Probably a cliché but I can not deal with it. Therefore, a request for help.
      Regards
      RKA
    • Michael Kummer
      By Michael Kummer+
      Hi guys!
      I have noticed that my primary sidebar becomes intermittently invisible when browsing through various blog articles on michaelkummer.com/blog.
      See:
      https://www.dropbox.com/s/z646sgoa3mfjl1j/Screenshot 2018-07-12 15.57.46.jpg?dl=0 and https://www.dropbox.com/s/vdledzzgginvwgv/Screenshot 2018-07-12 15.57.57.jpg?dl=0
      Upon refresh, the sidebar appears. I have been using the following CSS code to hide the sidebar on mobile without any issues. 
      @media only screen and (max-width: 993px) {
      /* hide sidebars */
           .plsb {
              display: none !important;
          }
      }
      I tried to add the following CSS to force the sidebar to show on screens that are wider than 994 pixels but to no avail. Any clue what could be causing this issue?
    • Michael Kummer
      By Michael Kummer+
      Hi guys!
      I am using the LESS/CSS Pagelines extension and tried to add the following code to make use of FontAwesome:
      a.c2a:before {
          content: "\f07a\00a0";
          font-family: "Font Awesome 5 Pro";
          Font-weight: 900;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          padding-left: 4px;
      }
       
      The issue is that as soon as I have the CSS via the Custom Styling text box, Pagelines (or the extension) strips out the backslashes (\). As a result, I had to abandon the CSS/LESS extension and instead add all my CSS code to a separate .css file.
      Is there a fix or workaround for this?
      Thanks
      Michael
×