Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Center align play icon in video thumbnail #133

Closed
bennettscience opened this issue Dec 2, 2018 · 5 comments
Closed

Center align play icon in video thumbnail #133

bennettscience opened this issue Dec 2, 2018 · 5 comments
Labels
bug Something isn't working JS - Lychee-Front JavaScript related see https://github.com/LycheeOrg/Lychee-front
Milestone

Comments

@bennettscience
Copy link
Contributor

Detailed description of the problem

When justified layout is enabled, the play button is not centered correctly in the video thumbnail.

Play button not centered

Steps to reproduce the issue

Enable justified layout in Lychee settings. Upload a video.

Output of the diagnostics (Settings => Diagnostics)

System Information

Lychee Version (json): 3.2.6
DB Version: update_030206
System: Linux
PHP Version: 7
MySQL Version: 50505
Imagick: 1
Imagick Active: 1
Imagick Version: 1687
GD Version: 2.2.4
Plugins:

Browser and system

MacOS 10.13.6, Vivaldi Browser 2.1, Safari 12, Chrome 70

@bennettscience bennettscience added bug Something isn't working JS - Lychee-Front JavaScript related see https://github.com/LycheeOrg/Lychee-front labels Dec 2, 2018
@ildyria ildyria added this to the v3.2.7 milestone Dec 2, 2018
@ildyria
Copy link
Member

ildyria commented Dec 6, 2018

@clementlamoureux can you take a look at it ? :)

clementlamoureux added a commit to clementlamoureux/Lychee that referenced this issue Dec 6, 2018
This was referenced Dec 6, 2018
@clementlamoureux
Copy link
Contributor

@ildyria Take a look at LycheeOrg/Lychee#140 😉

ildyria pushed a commit that referenced this issue Dec 6, 2018
@ildyria
Copy link
Member

ildyria commented Dec 6, 2018

thanks 👍

@ildyria ildyria closed this as completed Dec 6, 2018
@SusanneNussbaum
Copy link

What kind of videos does Lychee support? I thought it could only handle photos? 🤔

@ildyria
Copy link
Member

ildyria commented Dec 16, 2018

@SusanneNussbaum

	public static $validVideoTypes = array(
		"video/mp4",
		"video/ogg",
		"video/webm",
		"video/quicktime"
    );

And see here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working JS - Lychee-Front JavaScript related see https://github.com/LycheeOrg/Lychee-front
Projects
None yet
Development

No branches or pull requests

4 participants