PHPfox-Official / phpfox-v4-issues

phpFox Public Bug Tracker
https://phpfox.com
30 stars 21 forks source link

upload image for album does not cover default image completely see photo #2269

Closed spirogg closed 6 years ago

spirogg commented 6 years ago

What happened?

... upload image to album and default image rounded shows in right side of uploaded image

Steps to reproduce:

  1. go to music - select album
  2. create new album and add photo

What is expected?

... uploaded photo of album show not show default image on the right side also when feature album it does the same in block

Browsers and Devices tested

(Example: Chrome on iPhone X, Safari on Macbook, Miscrosoft Edge on Windown 10, Firefox on Ubuntu 16.04, ...) chrome

Server information

(Example: CentOS 7, php 7.1 apache) centos 7 php 7 apache ...

phpFox version

(Example: phpFox 4.6.0)

... 4.6.1.b2

Screenshots

... album in music upload image not cover default image when upload phpto for album in music not cover all of image upload album featured image bad also

spirogg commented 6 years ago

maybe this is by design ??

not sure but i just noticed it in the difference between Sponsored Albums and Featured Albums they are different ??

thanks

Spiro

nativedragon11 commented 6 years ago

It looks like that's supposed to be a vinyl record coming out of the side. This is intentional, but you can remove it by either deleting this from your CSS file completely:

.list-view.music .albums-bg-outer .albums-bg-inner::before { background-color: #555555; border-radius: 100%; right: -6px; }

OR by adding display:none; to that same section if you don't want to remove it. Like so:

.list-view.music .albums-bg-outer .albums-bg-inner::before { background-color: #555555; border-radius: 100%; right: -6px; display: none; }

spirogg commented 6 years ago

should be a CD image not a record :) records are obsolete lol lol sorry I thought that was funny 🥇

i will close this ticket and thank you @nativedragon11 for your help 💯