• Overall its a very cool plugin and nearly perfect to embed changing pictures. One problem is that the current Version (4.0.1) doesnt add a empty alt”” tag, so validation sites will get crazy cause of that..

    The secound one is the problem with the sizes of the image if you use a responsive design. Currently the only solution i could guess is to work with @media in .css but i cant tell if it works.

    Its just a idea and will try it soon..

Viewing 1 replies (of 1 total)
  • Plugin Author Nelio Software

    (@nelio)

    Thanks for the nice words. We’ll work on it!

    Indeed, image sizes can be tricky. Basically, when you upload an image to the Media Library, it may be cropped and scaled according to the different sizes your theme defines. In principle, external featured images can only be scaled, which means they can be hideously stretched. In order to overcome this issue, we insert the external featured image as the CSS background property of an image. This way, we can change the aspect ratio of the featured image and maintain its aspect ratio. As a downside, we depend on CSS width and height properties to show image using the proper size.

    We cannot offer a one-size-fits-all CSS solution, and we must rely on your theme/your CSS skills to fix the issues that may appear here.

Viewing 1 replies (of 1 total)
  • The topic ‘Some little things im missing’ is closed to new replies.