Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Cut on left and right size #16

Closed
StefanKern opened this issue May 30, 2018 · 0 comments
Closed

Image Cut on left and right size #16

StefanKern opened this issue May 30, 2018 · 0 comments
Labels

Comments

@StefanKern
Copy link

StefanKern commented May 30, 2018

Browser: Firefox

When reading your article (https://www.heise.de/newsticker/meldung/Embetty-Social-Media-Inhalte-datenschutzgerecht-einbinden-4060362.html ), I noticed that the image was slightly cut on the left and right side. This was espcially visible on the heise-E (see screenshot).

The issues is a result of the CSS rule

embetty-tweet #media.embetty-tweet img.embetty-tweet {
    ...
    -o-object-fit: cover;
    object-fit: cover;

}

which is also included twice one the page

grafik

@StefanKern StefanKern changed the title Conrners of Image Cut on left and right size Image Cut on left and right size May 30, 2018
@compeak compeak added the bug label Jun 1, 2018
rbraband added a commit to rbraband/embetty that referenced this issue Jun 7, 2018
@compeak compeak closed this as completed in 822b0c3 Jun 8, 2018
pmb0 added a commit that referenced this issue Jun 27, 2018
* release/1.1.0:
  bump 1.1.0
  support [start-at] in youtube/vimeo videos
  upgrade dependencies
  update vimeo test
  update video.html
  add vimeo test
  add start-at to vimeo && add vimeo test
  update youtube video test
  Add start-at attribute to video
  document events
  update changelog
  remove cruft
  Fix #16 Image Cut on left and right size
  upgrade deps
  update changelog
  fix typo
  update changelog
  mention caveats in readme
  Add extra activated event
pmb0 pushed a commit that referenced this issue Oct 9, 2020
closes #16
closes #15
closes #12
closes #11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants