diff --git a/src/pages/Client/Client/Components/InformationHistoryModal.tsx b/src/pages/Client/Client/Components/InformationHistoryModal.tsx
index 5000838..c18798e 100644
--- a/src/pages/Client/Client/Components/InformationHistoryModal.tsx
+++ b/src/pages/Client/Client/Components/InformationHistoryModal.tsx
@@ -229,7 +229,7 @@ export default ({ data, reloadTable }) => {
                 <img
                   src={attachments}
                   alt={attachmentsName}
-                  style={{ maxWidth: '1000px', height: 'auto' }}
+                  style={{ maxWidth: '300px', height: 'auto' }}
                 />
                 <div></div>
                 <a href={attachments} download>
@@ -258,7 +258,7 @@ export default ({ data, reloadTable }) => {
                 <img
                   src={ticketsAttachment}
                   alt={ticketsAttachment}
-                  style={{ maxWidth: '1000px', height: 'auto' }}
+                  style={{ maxWidth: '300px', height: 'auto' }}
                 />
                 <div></div>
                 <a href={ticketsAttachment} download>
diff --git a/src/pages/Client/FollowRecord/Components/CommunicationHistoryModal.tsx b/src/pages/Client/FollowRecord/Components/CommunicationHistoryModal.tsx
index f866a6e..64ea8f2 100644
--- a/src/pages/Client/FollowRecord/Components/CommunicationHistoryModal.tsx
+++ b/src/pages/Client/FollowRecord/Components/CommunicationHistoryModal.tsx
@@ -256,7 +256,7 @@ export default ({ data, reloadTable }) => {
                 <img
                   src={attachments}
                   alt={attachmentsName}
-                  style={{ maxWidth: '1000px', height: 'auto' }}
+                  style={{ maxWidth: '300px', height: 'auto' }}
                 />
                 <div></div>
                 <a href={attachments} download>
@@ -285,7 +285,7 @@ export default ({ data, reloadTable }) => {
                 <img
                   src={ticketsAttachment}
                   alt={ticketsAttachment}
-                  style={{ maxWidth: '1000px', height: 'auto' }}
+                  style={{ maxWidth: '300px', height: 'auto' }}
                 />
                 <div></div>
                 <a href={ticketsAttachment} download>